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