Compare commits

...

2 commits

Author SHA1 Message Date
XargonWan 65dba3c950 WORKFLOW: fixing artifacts issue
Some checks are pending
Build RetroDECK / Build_RetroDECK (push) Waiting to run
Build RetroDECK / GitHub-publish (push) Blocked by required conditions
2024-11-16 10:09:54 +09:00
XargonWan 2f227ccf28 WORKFLOW: fixing artifacts path 2024-11-16 09:06:49 +09:00

View file

@ -239,12 +239,6 @@ jobs:
- name: Download all workflow run artifacts
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"
run: sudo apt install -y tree && tree .
@ -309,5 +303,3 @@ jobs:
# release_body: ${{ env.RELEASE_BODY }}
# artifacts: "retrodeck-artifacts/*.flatpak,retrodeck-artifacts/*.flatpak.sha,retrodeck-artifacts/*Artifact.tar.gz"
# tag: ${{ env.TAG }}