Skip to content

Commit

Permalink
Bump release script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspervdj committed Jan 3, 2018
1 parent ae02599 commit 258b471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ PACKAGE="$REPOSITORY-$TAG-$SUFFIX"
mkdir -p "$PACKAGE"
cp "$(which "$BINARY")" "$PACKAGE"
./upx "$PACKAGE/$BINARY"
cp README.* "$PACKAGE"
cp CHANGELOG* LICENSE* README* "$PACKAGE"
tar -czf "$PACKAGE.tar.gz" "$PACKAGE"
rm -r "$PACKAGE"

Expand Down

0 comments on commit 258b471

Please sign in to comment.