Skip to content

Commit

Permalink
Fix file name of Windows executable
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Oct 6, 2019
1 parent 1eecd00 commit fbdf1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ before_deploy: |
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
choco install zip;
cd target/release;
zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex;
zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex.exe;
cd ../..;
else
chmod +x target/release/grex;
Expand Down

0 comments on commit fbdf1e5

Please sign in to comment.