mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-12-12 15:35:39 +00:00
Compare commits
No commits in common. "aea364255fa5f78b834a94c59b121af8a907efff" and "285c17c356b2e83304743d4c79dc4785445d03a7" have entirely different histories.
aea364255f
...
285c17c356
14
.github/workflows/build_release.yml
vendored
14
.github/workflows/build_release.yml
vendored
|
@ -212,6 +212,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: retrodeck-artifacts
|
name: retrodeck-artifacts
|
||||||
include-hidden-files: true
|
include-hidden-files: true
|
||||||
|
retention-days: 1
|
||||||
path: |
|
path: |
|
||||||
RetroDECK*.flatpak
|
RetroDECK*.flatpak
|
||||||
RetroDECK*.flatpak.sha
|
RetroDECK*.flatpak.sha
|
||||||
|
@ -238,6 +239,9 @@ jobs:
|
||||||
- name: Download all workflow run artifacts
|
- name: Download all workflow run artifacts
|
||||||
uses: actions/download-artifact@v4.1.8
|
uses: actions/download-artifact@v4.1.8
|
||||||
|
|
||||||
|
- name: "[DEBUG] Listing artifacts"
|
||||||
|
run: sudo apt install -y tree && tree .
|
||||||
|
|
||||||
# Determine if Target Repository is Main or not, in that case is a Cooker build
|
# Determine if Target Repository is Main or not, in that case is a Cooker build
|
||||||
- name: Determine target repository
|
- name: Determine target repository
|
||||||
id: set-repo
|
id: set-repo
|
||||||
|
@ -259,7 +263,6 @@ jobs:
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
makeLatest: ${{ env.MAKE_LATEST }}
|
makeLatest: ${{ env.MAKE_LATEST }}
|
||||||
repo: ${{ env.REPO_NAME }}
|
repo: ${{ env.REPO_NAME }}
|
||||||
token: ${{ steps.generate-rekku-token.outputs.token }}
|
|
||||||
|
|
||||||
# Rewrite Tag (for Main Branch Only)
|
# Rewrite Tag (for Main Branch Only)
|
||||||
- name: Rewrite Tag
|
- name: Rewrite Tag
|
||||||
|
@ -286,10 +289,14 @@ jobs:
|
||||||
# RELEASE_BODY: ${{ needs.Build_RetroDECK.outputs.RELEASE_BODY }}
|
# RELEASE_BODY: ${{ needs.Build_RetroDECK.outputs.RELEASE_BODY }}
|
||||||
# MAKE_LATEST: ${{ needs.Build_RetroDECK.outputs.MAKE_LATEST }}
|
# MAKE_LATEST: ${{ needs.Build_RetroDECK.outputs.MAKE_LATEST }}
|
||||||
# steps:
|
# steps:
|
||||||
#
|
|
||||||
# - name: Download all workflow run artifacts
|
# - name: Download all workflow run artifacts
|
||||||
|
# id: download-artifacts
|
||||||
# uses: actions/download-artifact@v4.1.8
|
# uses: actions/download-artifact@v4.1.8
|
||||||
#
|
|
||||||
|
# - name: Extract artifact zip
|
||||||
|
# run: unzip retrodeck-artifacts
|
||||||
|
|
||||||
# - name: Forgejo-publish
|
# - name: Forgejo-publish
|
||||||
# if: github.ref == 'refs/heads/main'
|
# if: github.ref == 'refs/heads/main'
|
||||||
# uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main
|
# uses: RetroDECK/components-template/.github/workflows/fogejo_publish_release.yml@main
|
||||||
|
@ -297,4 +304,3 @@ jobs:
|
||||||
# release_body: ${{ env.RELEASE_BODY }}
|
# release_body: ${{ env.RELEASE_BODY }}
|
||||||
# artifacts: "retrodeck-artifacts/*.flatpak,retrodeck-artifacts/*.flatpak.sha,retrodeck-artifacts/*Artifact.tar.gz"
|
# artifacts: "retrodeck-artifacts/*.flatpak,retrodeck-artifacts/*.flatpak.sha,retrodeck-artifacts/*Artifact.tar.gz"
|
||||||
# tag: ${{ env.TAG }}
|
# tag: ${{ env.TAG }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue