Skip to content

Commit

Permalink
Fix installer arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed May 15, 2020
1 parent cd103d6 commit c45a71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/win-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ jobs:
&& github.event.client_payload.options.installer
run: >
iscc
/DReleasePath=$REPO_NAME\build\bin
/DReleasePath=%cd%\${{ env.REPO_NAME }}\build\bin
/DMyAppVersion=${{ env.INSTALLER_VERSION }}
/DMyAppVersionFull=${{ env.INSTALLER_VERSION_FULL }}
"$REPO_NAME\Telegram\build\setup.iss"
"%cd%\${{ env.REPO_NAME }}\Telegram\build\setup.iss"
- name: Upload installer asset.
id: upload-installer-asset
Expand Down

0 comments on commit c45a71f

Please sign in to comment.