From 7a35aa36dac1ae1308aca62cec11887e05ec7820 Mon Sep 17 00:00:00 2001 From: bagelsketches Date: Thu, 3 Jul 2025 13:44:43 +1000 Subject: [PATCH] test --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6692442..cdd7c579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -107,11 +107,7 @@ jobs: - name: Build (CMake) run: cmake --build build --verbose - - name: Pack stuff(windows) - if: ${{ matrix.os == 'windows-latest' }} - run: | - cd build - windeployqt isle-config.exe + - name: Package (CPack) if: ${{ !matrix.n3ds }} @@ -148,6 +144,11 @@ jobs: cd build mkdir dist mv *.3dsx dist/ + - name: Pack stuff(windows) + if: ${{ matrix.os == 'windows-latest' }} + run: | + cd build/dist + windeployqt isle-config.exe - name: Upload Build Artifacts uses: actions/upload-artifact@v4