mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-10 22:12:49 +00:00
The verify script accepted both signed binaries and printed "verification passed", but the step still failed: signtool exits 1 on the untrusted test root, and GitHub's pwsh wrapper exits with that lingering $LASTEXITCODE. Add an explicit `exit 0` on the success path so the step passes.