actions/upload-artifact@v4 is unsupported on Gitea (GHESNotSupportedError) and aborts the job before the release-creation step. Removed it - the release step attaches the .exe via Gitea API directly. ISCC itself is now compiling cleanly after moving the runner off SYSTEM.
actions/upload-artifact@v4 is unsupported on Gitea (GHESNotSupportedError) and aborts the job before the release-creation step. Removed it - the release step attaches the .exe via Gitea API directly. ISCC itself is now compiling cleanly after moving the runner off SYSTEM.
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.
justin
merged commit 4954e94d08 into main2026-05-08 14:12:25 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
actions/upload-artifact@v4 is unsupported on Gitea (GHESNotSupportedError) and aborts the job before the release-creation step. Removed it - the release step attaches the .exe via Gitea API directly. ISCC itself is now compiling cleanly after moving the runner off SYSTEM.