From 1efe10cf62ebf9f0749dd3329ea52f4c9ac2e96b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 6 Mar 2026 16:10:32 +0100 Subject: Add the 'each' and 'release' make targets MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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à --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/build.yml') 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 -- cgit v1.2.3