Private
Public Access
1
0
Files
linux_patch_api/.github/workflows
Draco Lunaris 5349cbbd05 fix: add workspace cleanup step to all self-hosted build jobs (#9)
Previous build runs leave root-owned artifacts in releases/ directory
which causes actions/checkout@v4 to fail with EACCES on subsequent runs.

- Added sudo rm -rf releases/ before checkout in all 6 self-hosted jobs
- Alpine build unaffected (runs in Docker container, clean each run)

Co-authored-by: git-echo <git-echo@moon-dragon.us>
2026-05-31 17:07:14 -05:00
..