Skip to content

Commit fbdf1e5

Browse files
committed
Fix file name of Windows executable
1 parent 1eecd00 commit fbdf1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_deploy: |
5353
if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
5454
choco install zip;
5555
cd target/release;
56-
zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex;
56+
zip grex-$TRAVIS_TAG-$TRAVIS_OS_NAME.zip grex.exe;
5757
cd ../..;
5858
else
5959
chmod +x target/release/grex;

0 commit comments

Comments
 (0)