mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
[flatpak] Added arch tag to Flatpak bundles
This commit is contained in:
parent
17c4e43ad3
commit
d8baabbd35
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@ -119,7 +119,7 @@ jobs:
|
|||||||
- name: Build Flatpak
|
- name: Build Flatpak
|
||||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
with:
|
with:
|
||||||
bundle: ${{ env.APP_ID }}.flatpak
|
bundle: ${{ env.APP_ID }}.${{ matrix.arch }}.flatpak
|
||||||
manifest-path: flatpak/${{ env.APP_ID }}.json
|
manifest-path: flatpak/${{ env.APP_ID }}.json
|
||||||
arch: ${{ matrix.arch }}
|
arch: ${{ matrix.arch }}
|
||||||
|
|
||||||
@ -133,16 +133,16 @@ jobs:
|
|||||||
- name: Download All Artifacts
|
- name: Download All Artifacts
|
||||||
uses: actions/download-artifact@main
|
uses: actions/download-artifact@main
|
||||||
with:
|
with:
|
||||||
pattern: Release-*
|
pattern: "{Release-*,*.flatpak}"
|
||||||
path: Release
|
path: Release
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
- name: Download Flatpak Artifacts
|
# - name: Download Flatpak Artifacts
|
||||||
uses: actions/download-artifact@main
|
# uses: actions/download-artifact@main
|
||||||
with:
|
# with:
|
||||||
pattern: "*.flatpak"
|
# pattern: "*.flatpak"
|
||||||
path: Release
|
# path: Release
|
||||||
merge-multiple: true
|
# merge-multiple: true
|
||||||
|
|
||||||
- name: Checkout uploadtool
|
- name: Checkout uploadtool
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user