diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index ce3d55d..4ae3723 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -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 @@ -79,6 +80,7 @@ jobs: } else { Write-Error "windeployqt not found at the expected path!" exit 1 + } - name: Rename release folder shell: pwsh @@ -90,6 +92,7 @@ jobs: } else { Write-Error "Release folder not found!" exit 1 + } - name: Zip binaries folder shell: pwsh