Skip to content

Commit

Permalink
ci: reload exe
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenvukhang committed Feb 1, 2023
1 parent 413ab72 commit 1f5173c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,10 @@ jobs:
shell: bash
run: |
mv build/CanvasSync.exe \
'deploy/windows/packages/com.nguyenvukhang.canvassync/data/Canvas Sync.exe'
deploy/windows/packages/com.nguyenvukhang.canvassync/data/
cd deploy/windows/packages/com.nguyenvukhang.canvassync/data
$Qt6_DIR/bin/windeployqt.exe 'Canvas Sync.exe'
$Qt6_DIR/bin/windeployqt.exe CanvasSync.exe
mv CanvasSync.exe 'Canvas Sync.exe'
- name: Package the installer
shell: bash
Expand Down

0 comments on commit 1f5173c

Please sign in to comment.