Files
webhook-server/.gitea
justin 29ad8a06ff Drop GitHub-only upload-artifact step from Gitea workflow
actions/upload-artifact@v4 throws GHESNotSupportedError on Gitea
Actions, aborting the job before the release-creation step runs.
The Gitea-API release step below attaches the .exe directly anyway
- the upload-artifact step was redundant on this side. ISCC compile
itself is now green (run #33: minimal exit 0, real exit 0) after
moving the runner off NT AUTHORITY\SYSTEM.
2026-05-08 14:12:11 -04:00
..