From aa96e8c623a372fb53acd34e899aadb06e6090db Mon Sep 17 00:00:00 2001 From: otavepto <153766569+otavepto@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:06:59 +0300 Subject: [PATCH] fix release script (linux) --- .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 196f15cb..8fc2dd0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -180,7 +180,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: "release-emu-linux-release-${{ github.sha }}" - path: "build/package/linux/gmake2/release/emu-linux-gmake2/*" + path: "build/package/linux/gmake2/release/*" 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/gmake2/debug/emu-linux-gmake2/*" + path: "build/package/linux/gmake2/debug/*" if-no-files-found: 'error' compression-level: 0 retention-days: 1