CI: GitHub Actions build with .nro artifact; bump version to 1.0.0
Some checks failed
Build / switch (push) Failing after 21s

- 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
This commit is contained in:
Niklas Friesen
2026-03-30 20:10:47 +02:00
parent b5296d6686
commit c8c677d2db
2 changed files with 34 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ APP_RESOURCES := romfs:/
#---------------------------------------------------------------------------------
# version control constants
#---------------------------------------------------------------------------------
TARGET_VERSION := 0.1.0
TARGET_VERSION := 1.0.0
APP_VERSION := $(TARGET_VERSION)
#---------------------------------------------------------------------------------