dragon-iso/.forgejo
Zac Gaetano 1f6564ba04
All checks were successful
CI / build-and-test (push) Successful in 1m6s
fix(ci): release asset upload must be POST multipart, not PUT
curl --upload-file issues a PUT, which Forgejo answers with 405 -- the
attach-MSI step would have failed on every release. Switch to
-X POST -F attachment=@file and fail the step on curl errors instead of
masking them.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-06 22:13:45 -04:00
..
workflows fix(ci): release asset upload must be POST multipart, not PUT 2026-07-06 22:13:45 -04:00