From 486237179e64e4671a69c527b95372605101544b Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 2 Jun 2024 22:38:49 +0300 Subject: [PATCH] attempt 5 to fix release script --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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