From 9d23c401eaf3ae05e3f4a8df088d2af176412721 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 10 Aug 2025 18:36:40 -0700 Subject: [PATCH] Fix missing build artifacts --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54d314ab..80a45022 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -124,7 +124,7 @@ jobs: - name: Package Assets Separately if: matrix.build-assets - run: (cd build/assets && zip -r ../../isle-assets.zip .) + run: (cd build/assets && zip -r ../dist/isle-assets.zip .) - name: Package (CPack) if: ${{ !matrix.n3ds }} @@ -185,8 +185,6 @@ jobs: build/dist/*.AppImage build/dist/*.3dsx build/dist/*.cia - isle-assets.zip - if-no-files-found: ignore flatpak: name: "Flatpak (${{ matrix.arch }})"