WOKRFLOW: fixing artifacts issues

This commit is contained in:
XargonWan 2024-11-15 09:37:08 +09:00
parent d6a930ffd4
commit 4f8e8d5d91

View file

@ -211,6 +211,8 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: retrodeck-artifacts
include-hidden-files: true
retention-days: 1
path: |
RetroDECK*.flatpak
RetroDECK*.flatpak.sha
@ -237,6 +239,9 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v4.1.8
- name: Extract artifact zip
run: unzip retrodeck-artifacts.zip
# Determine if Target Repository is Main or not, in that case is a Cooker build
- name: Determine target repository
id: set-repo
@ -288,6 +293,9 @@ jobs:
# id: download-artifacts
# uses: actions/download-artifact@v4.1.8
# - name: Extract artifact zip
# run: unzip retrodeck-artifacts.zip
# - name: Forgejo-publish
# if: github.ref == 'refs/heads/main'
# uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main