include arch in flatpak build artifact
This commit is contained in:
parent
8a47707037
commit
193fafdade
1 changed files with 4 additions and 2 deletions
6
.github/workflows/flatpak.yml
vendored
6
.github/workflows/flatpak.yml
vendored
|
|
@ -30,9 +30,11 @@ jobs:
|
|||
- name: Build app
|
||||
run: nix build .#flatpak
|
||||
|
||||
- name: Rename flatpak
|
||||
run: mv result/nexus.federated.Nexus.flatpak nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
||||
|
||||
- name: Upload installer artifact
|
||||
uses: actions/upload-artifact@v7
|
||||
with:
|
||||
name: flatpak-${{ matrix.arch }}
|
||||
path: result/nexus.federated.Nexus.flatpak
|
||||
path: nexus.federated.Nexus-${{ matrix.arch }}.flatpak
|
||||
archive: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue