We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae02599 commit 258b471Copy full SHA for 258b471
.circleci/release.sh
@@ -36,7 +36,7 @@ PACKAGE="$REPOSITORY-$TAG-$SUFFIX"
36
mkdir -p "$PACKAGE"
37
cp "$(which "$BINARY")" "$PACKAGE"
38
./upx "$PACKAGE/$BINARY"
39
-cp README.* "$PACKAGE"
+cp CHANGELOG* LICENSE* README* "$PACKAGE"
40
tar -czf "$PACKAGE.tar.gz" "$PACKAGE"
41
rm -r "$PACKAGE"
42
0 commit comments