From 2d6c92bc032dcc6b9ea835b532565f6b4553d94e Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Mon, 11 Aug 2025 04:02:02 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80a45022..c0ae04c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -122,10 +122,6 @@ jobs: - name: Build (CMake) run: cmake --build build --verbose --config Release - - name: Package Assets Separately - if: matrix.build-assets - run: (cd build/assets && zip -r ../dist/isle-assets.zip .) - - name: Package (CPack) if: ${{ !matrix.n3ds }} run: | @@ -176,6 +172,10 @@ jobs: mv *.3dsx dist/ mv *.cia dist/ + - name: Package Assets Separately + if: matrix.build-assets + run: (cd build/assets && zip -r ../dist/isle-assets.zip .) + - name: Upload Build Artifacts uses: actions/upload-artifact@v4 with: