mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +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
|
@ -239,12 +239,6 @@ jobs:
|
||||||
- name: Download all workflow run artifacts
|
- name: Download all workflow run artifacts
|
||||||
uses: actions/download-artifact@v4.1.8
|
uses: actions/download-artifact@v4.1.8
|
||||||
|
|
||||||
- name: "[DEBUG] Listing artifacts"
|
|
||||||
run: sudo apt install -y tree && tree .
|
|
||||||
|
|
||||||
- name: Extract artifact archive
|
|
||||||
run: unzip retrodeck-artifacts/retrodeck-artifacts.zip
|
|
||||||
|
|
||||||
- name: "[DEBUG] Listing artifacts"
|
- name: "[DEBUG] Listing artifacts"
|
||||||
run: sudo apt install -y tree && tree .
|
run: sudo apt install -y tree && tree .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue