Skip to content

Commit 2a783c2

Browse files
authored
added slash
1 parent d023e06 commit 2a783c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ before_deploy:
8585
- wine "C:\inno\ISCC.exe" $CONFIG_FILE
8686
- ls "./installer"
8787
- #export RELEASE_PKG_FILE=$(printf '\"./installer/%s.exe\"' "$REPLACEMENT_VALUE")
88-
- export RELEASE_PKG_FILE=$(".installer/curl.exe")
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)