- Use devkitpro/devkita64 for Switch (not devkitARM).
- apt install nodejs before checkout so actions/checkout works in container.
- Add workflow_dispatch; keep PR/push to main and master.
- upload-artifact@v4.
Made-with: Cursor
Nested docker run broke under act (empty /work, no Makefile). Use official
install-devkitpro-pacman + dkp-pacman switch-dev on ubuntu-latest.
Made-with: Cursor
Job-level devkitpro container made actions/checkout fail (no node). Run
make inside docker run on the default ubuntu runner; works with act.
Made-with: Cursor
- Workflow runs on push/PR to main and master using devkitpro/devkita64.
- Uploads swr-ini-tool.nro as artifact swr-ini-tool.
Makefile: TARGET_VERSION 0.1.0 -> 1.0.0.
Made-with: Cursor