mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
[flatpak] Update 'release' job to use Flatpak artifacts
This commit is contained in:
parent
7b9addea26
commit
ccb7b0aa64
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -115,16 +115,20 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
|
||||
- name: Build Flatpak
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: ${{ env.APP_ID }}.${{ matrix.arch }}.flatpak
|
||||
bundle: ${{ env.APP_ID }}.flatpak
|
||||
manifest-path: flatpak/${{ env.APP_ID }}.json
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
release:
|
||||
name: 'Release'
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
needs:
|
||||
- build
|
||||
- flatpak
|
||||
steps:
|
||||
- name: Download All Artifacts
|
||||
uses: actions/download-artifact@main
|
||||
@ -133,6 +137,13 @@ jobs:
|
||||
path: Release
|
||||
merge-multiple: true
|
||||
|
||||
- name: Download Flatpak Artifacts
|
||||
uses: actions/download-artifact@main
|
||||
with:
|
||||
pattern: "*.flatpak"
|
||||
path: Flatpak
|
||||
merge-multiple: true
|
||||
|
||||
- name: Checkout uploadtool
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user