From a9b4fe6bc994a99d4da32435e54fd542e82347f5 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 15 Nov 2024 10:42:43 +0900 Subject: [PATCH] WORKFLOW: tentative fixing articaft name while unzipping --- .github/workflows/build_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 3bde2aa6..6df88744 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -240,7 +240,7 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: Extract artifact zip - run: unzip retrodeck-artifacts.zip + run: unzip retrodeck-artifacts # Determine if Target Repository is Main or not, in that case is a Cooker build - name: Determine target repository @@ -294,7 +294,7 @@ jobs: # uses: actions/download-artifact@v4.1.8 # - name: Extract artifact zip - # run: unzip retrodeck-artifacts.zip + # run: unzip retrodeck-artifacts # - name: Forgejo-publish # if: github.ref == 'refs/heads/main'