From 4f8e8d5d91303f663b7dbeaded2b6f7aa3d52a1b Mon Sep 17 00:00:00 2001 From: XargonWan Date: Fri, 15 Nov 2024 09:37:08 +0900 Subject: [PATCH] WOKRFLOW: fixing artifacts issues --- .github/workflows/build_release.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index 93010d19..3bde2aa6 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -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 @@ -284,9 +289,12 @@ jobs: # MAKE_LATEST: ${{ needs.Build_RetroDECK.outputs.MAKE_LATEST }} # steps: - # - name: Download all workflow run artifacts - # id: download-artifacts - # uses: actions/download-artifact@v4.1.8 + # - name: Download all workflow run artifacts + # 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'