Skip to content

Commit d023e06

Browse files
authored
upload curl instead
1 parent 8e3565f commit d023e06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +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")
87+
- #export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
88+
- export RELEASE_PKG_FILE=$(".installer/curl.exe")
8889
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
8990
deploy:
9091
provider: releases

0 commit comments

Comments
 (0)