mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 22:45:38 +00:00
Triggering build
This commit is contained in:
parent
66c57ec0c0
commit
22c6465874
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
|
@ -240,13 +240,13 @@ jobs:
|
||||||
uses: actions/download-artifact@v4.1.8
|
uses: actions/download-artifact@v4.1.8
|
||||||
|
|
||||||
- name: "[DEBUG] Listing artifacts"
|
- name: "[DEBUG] Listing artifacts"
|
||||||
run: apt install -y tree && tree .
|
run: sudo apt install -y tree && tree .
|
||||||
|
|
||||||
- name: Extract artifact archive
|
- name: Extract artifact archive
|
||||||
run: unzip retrodeck-artifacts/retrodeck-artifacts.zip
|
run: unzip retrodeck-artifacts/retrodeck-artifacts.zip
|
||||||
|
|
||||||
- name: "[DEBUG] Listing artifacts"
|
- 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
|
# Determine if Target Repository is Main or not, in that case is a Cooker build
|
||||||
- name: Determine target repository
|
- name: Determine target repository
|
||||||
|
|
Loading…
Reference in a new issue