From 20c2cb3d530294f510d28b335e93323eeb29ed12 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 15 Nov 2024 13:20:31 +0900 Subject: [PATCH] WORKFLOW: tentative fixing articaft name while unzipping - adding debug --- .github/workflows/build_release.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 6df88744..f2322e2e 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -239,8 +239,14 @@ jobs: - name: Download all workflow run artifacts uses: actions/download-artifact@v4.1.8 - - name: Extract artifact zip - run: unzip retrodeck-artifacts + - name: "[DEBUG] Listing artifacts" + run: apt install -y tree && tree . + + - name: Extract artifact archive + run: unzip retrodeck-artifacts/retrodeck-artifacts.zip + + - name: "[DEBUG] Listing artifacts" + run: apt install -y tree && tree . # Determine if Target Repository is Main or not, in that case is a Cooker build - name: Determine target repository