We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e3565f commit d023e06Copy full SHA for d023e06
.travis.yml
@@ -84,7 +84,8 @@ before_deploy:
84
- ls ./installer/
85
- wine "C:\inno\ISCC.exe" $CONFIG_FILE
86
- ls "./installer"
87
- - export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
+ - #export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
88
+ - export RELEASE_PKG_FILE=$(".installer/curl.exe")
89
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
90
deploy:
91
provider: releases
0 commit comments