diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0c525b62..5d2e10f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -90,7 +90,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "release-emu-win-release-${{ github.sha }}" - path: "build/package/win/**/release/*" + path: "build/package/win/vs2022/release/emu-win-vs2022/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1 @@ -99,7 +99,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "release-emu-win-debug-${{ github.sha }}" - path: "build/package/win/**/debug/*" + path: "build/package/win/vs2022/debug/emu-win-vs2022/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1 @@ -180,7 +180,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "release-emu-linux-release-${{ github.sha }}" - path: "build/package/linux/**/release/*" + path: "build/package/linux/gmake2/release/emu-linux-gmake2/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1 @@ -189,7 +189,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "release-emu-linux-debug-${{ github.sha }}" - path: "build/package/linux/**/debug/*" + path: "build/package/linux/gmake2/debug/emu-linux-gmake2/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1