WORKFLOW: tentative fixing articaft name while unzipping
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions

This commit is contained in:
XargonWan 2024-11-15 10:42:43 +09:00
parent 3cc92cb2a6
commit a9b4fe6bc9

View file

@ -240,7 +240,7 @@ jobs:
uses: actions/download-artifact@v4.1.8
- 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
- name: Determine target repository
@ -294,7 +294,7 @@ jobs:
# uses: actions/download-artifact@v4.1.8
# - name: Extract artifact zip
# run: unzip retrodeck-artifacts.zip
# run: unzip retrodeck-artifacts
# - name: Forgejo-publish
# if: github.ref == 'refs/heads/main'