From dfee19f91e9030ccfdb2d38a3773c7e8995c361d Mon Sep 17 00:00:00 2001 From: Tim Schneeberger Date: Thu, 25 Jun 2026 17:41:07 +0200 Subject: [PATCH] Add spaghetti.o2r to CI build artifact and remove unneccessary files (#708) --- .github/workflows/main.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7abea44ae..34df3b7c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -560,6 +560,11 @@ jobs: fetch-depth: 0 fetch-tags: true submodules: recursive + - name: Download spaghetti.o2r + uses: actions/download-artifact@v4 + with: + name: spaghetti.o2r + path: . - name: Install dependencies run: | sudo apt-get update @@ -591,6 +596,5 @@ jobs: name: Spaghettify-switch path: | Spaghettify.nro - config.yml - assets - gamecontrollerdb.txt + spaghetti.o2r +