From cd555b47112e479be2ea5fe74b25465cd8378cd7 Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 16 Jun 2024 17:59:39 +0300 Subject: [PATCH] fix release script --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5df08fab..196f15cb 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/vs2022/release/emu-win-vs2022/*" + path: "build/package/win/vs2022/release/*" 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/vs2022/debug/emu-win-vs2022/*" + path: "build/package/win/vs2022/debug/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1