Skip to content

Commit

Permalink
Actually call the script
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel committed Aug 7, 2023
1 parent e357d24 commit 9d6ce90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- name: Deploy qView
shell: pwsh
run: |
Invoke-Expression "& 'dist/scripts/download-plugins.ps1'"
if ($IsWindows) {
Invoke-Expression "& 'dist/scripts/windeployqt.ps1' ${{ env.buildNumString }}"
} elseif ($IsMacOS) {
Expand Down

0 comments on commit 9d6ce90

Please sign in to comment.