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
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: ${{ env.APP_ID }}.flatpak
|
||||
bundle: ${{ env.APP_ID }}.${{ matrix.arch }}.flatpak
|
||||
manifest-path: flatpak/${{ env.APP_ID }}.json
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
@ -133,16 +133,16 @@ jobs:
|
||||
- name: Download All Artifacts
|
||||
uses: actions/download-artifact@main
|
||||
with:
|
||||
pattern: Release-*
|
||||
pattern: "{Release-*,*.flatpak}"
|
||||
path: Release
|
||||
merge-multiple: true
|
||||
|
||||
- name: Download Flatpak Artifacts
|
||||
uses: actions/download-artifact@main
|
||||
with:
|
||||
pattern: "*.flatpak"
|
||||
path: Release
|
||||
merge-multiple: true
|
||||
# - name: Download Flatpak Artifacts
|
||||
# uses: actions/download-artifact@main
|
||||
# with:
|
||||
# pattern: "*.flatpak"
|
||||
# path: Release
|
||||
# merge-multiple: true
|
||||
|
||||
- name: Checkout uploadtool
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user