Triggering build
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions

This commit is contained in:
XargonWan 2024-11-15 19:43:07 +09:00
parent 66c57ec0c0
commit 22c6465874

View file

@ -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