aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <mssola@mssola.com>2026-03-06 16:10:32 +0100
committerMiquel Sabaté Solà <mssola@mssola.com>2026-03-06 16:10:32 +0100
commit1efe10cf62ebf9f0749dd3329ea52f4c9ac2e96b (patch)
treeb63eceba50fcf9cbe5a16f320c70b162b3f2402b /.github/workflows
parentf3737201eda72e51730a0762be98598fee08d86b (diff)
downloadjetpac.nes-1efe10cf62ebf9f0749dd3329ea52f4c9ac2e96b.tar.gz
jetpac.nes-1efe10cf62ebf9f0749dd3329ea52f4c9ac2e96b.zip
Add the 'each' and 'release' make targets
The 'each' target is used to dump all the different combinations into my Everdrive so to test on real hardware. The 'release' target is used so the "DEV" version of the ROM does not make it into the releases page from Github. Signed-off-by: Miquel Sabaté Solà <mssola@mssola.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 44c9761..5304de0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
rubocop bin/ --format github
- name: Main task
- run: V=1 make all
+ run: V=1 make release
- name: Clean old release assets
run: gh release delete latest --yes --cleanup-tag || true