Skip to content

Commit d750db3

Browse files
authored
try17
1 parent ee32ab9 commit d750db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ before_deploy:
8484
- ls ./installer/
8585
- wine "C:\inno\ISCC.exe" $CONFIG_FILE
8686
- ls "./installer"
87-
- #export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
88-
- export RELEASE_PKG_FILE="./installer/curl.exe"
87+
- export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
88+
- #export RELEASE_PKG_FILE="./installer/curl.exe"
8989
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
9090
deploy:
9191
provider: releases

0 commit comments

Comments
 (0)