Files
Skald-Circle/.gitea/workflows
dguiducci bba84a22ff
Nightly Build / build (push) Successful in 6m19s
Fix package workflow: add missing --os linux argument
ci/package.sh requires --os (linux|darwin) but both nightly.yml and
release.yml were calling it without --os, causing the build to fail
with 'Missing required argument'. Add --os linux to all 4 package
steps (amd64 + arm64 in each workflow).
2026-07-20 15:36:09 +01:00
..