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 d023e06 commit 2a783c2Copy full SHA for 2a783c2
.travis.yml
@@ -85,7 +85,7 @@ before_deploy:
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=$("./installer/curl.exe")
89
- echo "deploying $RELEASE_PKG_FILE to GitHub releases"
90
deploy:
91
provider: releases
0 commit comments