From 22c64658746b0d9e28528ce0863b90325305f830 Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 15 Nov 2024 19:43:07 +0900 Subject: [PATCH] Triggering build --- .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 24cd2f92..61b6a694 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -240,13 +240,13 @@ jobs: uses: actions/download-artifact@v4.1.8 - name: "[DEBUG] Listing artifacts" - run: apt install -y tree && tree . + run: sudo 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 . + run: sudo apt install -y tree && tree . # Determine if Target Repository is Main or not, in that case is a Cooker build - name: Determine target repository