diff options
| author | Tim Schneeberger <tim.schneeberger@outlook.de> | 2026-06-25 17:41:07 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-25 17:41:07 +0200 |
| commit | dfee19f91e9030ccfdb2d38a3773c7e8995c361d (patch) | |
| tree | 2987475ecd94fd7f950721d1b44aa867e75d1625 /.github | |
| parent | 57a550d33ab20aa85d82bd7cbdb21ec1a9670dd0 (diff) | |
Add spaghetti.o2r to CI build artifact and remove unneccessary files (#708)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 10 |
1 files 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 + |
