From e65f46625b3afec78f96e3cb7287ebfcc7351e01 Mon Sep 17 00:00:00 2001 From: Robin Jones Date: Sun, 4 Aug 2024 20:24:59 +0100 Subject: [PATCH] Remove ED64 from rolling release (#132) ## Description Remove ED64/ED64P from rolling release. ## Motivation and Context It is not ready and causes confusion. It is still available in the dev release. ## How Has This Been Tested? ## Screenshots ## Types of changes - [ ] Improvement (non-breaking change that adds a new feature) - [ ] Bug fix (fixes an issue) - [ ] Breaking change (breaking change) - [ ] Documentation Improvement - [x] Config and build (change in the configuration and build system, has no impact on code or features) ## Checklist: - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. - [ ] I have added tests to cover my changes. - [ ] All new and existing tests passed. Signed-off-by: GITHUB_USER ## Summary by CodeRabbit - **Chores** - Updated build workflow to exclude specific output files from processing, which may impact the overall build process. --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9838cd8a..6a8b37eb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -81,8 +81,8 @@ jobs: files: | ./output/N64FlashcartMenu.n64 ./output/menu.bin - ./output/OS64.v64 - ./output/OS64P.v64 +# ./output/OS64.v64 +# ./output/OS64P.v64 ./output/sc64menu.n64 continue-on-error: true