Files
local-ci-cd-system/.gitea/workflows
Simone d424646389
Lint / pssa (push) Successful in 28s
Lint / python (push) Successful in 55s
Build ns7zip (Local CI) / build (windows) (push) Successful in 2m4s
Build ns7zip (Local CI) / build (linux) (push) Successful in 4m24s
Build ns7zip (Local CI) / release (push) Successful in 6s
fix(ci): close release foreach loop (was truncated -> parse error)
build-nsInnoUnp.yml shipped without the closing brace of the
asset-upload foreach (and no EOF newline) since its origin; the
release job had never run (tag-only) so the PS parse error
"MissingEndCurlyBrace" was latent until the test tag triggered it.
Close the loop, add per-asset + final Write-Host. PS parse verified.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 22:35:08 +02:00
..