Skip to content

Commit

Permalink
[no ci] fixed missing } in Deploy QT
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Aug 16, 2024
1 parent e29425e commit 07e0525
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
Get-ChildItem -Path $buildDir -Include *.cpp, *.h, *.obj, *.res -Recurse | Remove-Item -Force
} else {
Write-Host "Directory not found: $buildDir"
}
- name: Deploy Qt
shell: pwsh
Expand All @@ -79,6 +80,7 @@ jobs:
} else {
Write-Error "windeployqt not found at the expected path!"
exit 1
}
- name: Rename release folder
shell: pwsh
Expand All @@ -90,6 +92,7 @@ jobs:
} else {
Write-Error "Release folder not found!"
exit 1
}
- name: Zip binaries folder
shell: pwsh
Expand Down

0 comments on commit 07e0525

Please sign in to comment.