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 ee32ab9 commit d750db3Copy full SHA for d750db3
.travis.yml
@@ -84,8 +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")
88
- - export RELEASE_PKG_FILE="./installer/curl.exe"
+ - export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
+ - #export RELEASE_PKG_FILE="./installer/curl.exe"
89
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
90
deploy:
91
provider: releases
0 commit comments