Skip to content

Commit

Permalink
Oh my windeployqt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Porter committed Jul 6, 2024
1 parent 2addd06 commit 5fd3f1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:

- name: Use windeployqt
run: |
$env:QTDIR/bin/windeployqt.exe build/${{ matrix.build-type }}/bin/Release/QSyncUi.exe
- name: Use windeployqt
run: |
windeployqt.exe build/${{ matrix.build-type }}/QSyncUi.exe
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5fd3f1b

Please sign in to comment.