Skip to content

Commit

Permalink
fix: installer.exe filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Feb 1, 2023
1 parent 6bf3cd6 commit d53e0aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ jobs:
run: |
cd deploy/windows
$IQTA_TOOLS/QtInstallerFramework/4.5/bin/binarycreator.exe \
-c config/config.xml -p packages CanvasSyncInstaller-${{ matrix.os }}.exe
mv CanvasSyncInstaller-${{ matrix.os }}.exe ../..
-c config/config.xml -p packages CanvasSyncInstaller.exe
mv CanvasSyncInstaller.exe ../..
# upload release package
- name: Release
Expand Down

0 comments on commit d53e0aa

Please sign in to comment.