mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: tentative fixing articaft name while unzipping - adding debug
This commit is contained in:
parent
a9b4fe6bc9
commit
20c2cb3d53
10
.github/workflows/build_release.yml
vendored
10
.github/workflows/build_release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue