mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
WOKRFLOW: fixing artifacts issues
This commit is contained in:
parent
d6a930ffd4
commit
4f8e8d5d91
14
.github/workflows/build_release.yml
vendored
14
.github/workflows/build_release.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue