mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
WORKFLOW: tentative fixing articaft name while unzipping
This commit is contained in:
parent
3cc92cb2a6
commit
a9b4fe6bc9
4
.github/workflows/build_release.yml
vendored
4
.github/workflows/build_release.yml
vendored
|
@ -240,7 +240,7 @@ jobs:
|
||||||
uses: actions/download-artifact@v4.1.8
|
uses: actions/download-artifact@v4.1.8
|
||||||
|
|
||||||
- name: Extract artifact zip
|
- name: Extract artifact zip
|
||||||
run: unzip retrodeck-artifacts.zip
|
run: unzip retrodeck-artifacts
|
||||||
|
|
||||||
# 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
|
||||||
|
@ -294,7 +294,7 @@ jobs:
|
||||||
# uses: actions/download-artifact@v4.1.8
|
# uses: actions/download-artifact@v4.1.8
|
||||||
|
|
||||||
# - name: Extract artifact zip
|
# - name: Extract artifact zip
|
||||||
# run: unzip retrodeck-artifacts.zip
|
# run: unzip retrodeck-artifacts
|
||||||
|
|
||||||
# - name: Forgejo-publish
|
# - name: Forgejo-publish
|
||||||
# if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
|
|
Loading…
Reference in a new issue