mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
WORKFLOW: fixing artifacts issue
This commit is contained in:
parent
2f227ccf28
commit
65dba3c950
6
.github/workflows/build_release.yml
vendored
6
.github/workflows/build_release.yml
vendored
|
@ -242,12 +242,6 @@ jobs:
|
||||||
- name: "[DEBUG] Listing artifacts"
|
- name: "[DEBUG] Listing artifacts"
|
||||||
run: sudo 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: sudo apt install -y tree && tree .
|
|
||||||
|
|
||||||
# Determine if Target Repository is Main or not, in that case is a Cooker build
|
# Determine if Target Repository is Main or not, in that case is a Cooker build
|
||||||
- name: Determine target repository
|
- name: Determine target repository
|
||||||
id: set-repo
|
id: set-repo
|
||||||
|
|
Loading…
Reference in a new issue