We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eecd00 commit fbdf1e5Copy full SHA for fbdf1e5
.travis.yml
@@ -53,7 +53,7 @@ before_deploy: |
53
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
54
choco install zip;
55
cd target/release;
56
- zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex;
+ zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex.exe;
57
cd ../..;
58
else
59
chmod +x target/release/grex;
0 commit comments