From 615fc6547a13d0f457e03551797ac49de0e14959 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 16 Apr 2026 11:00:21 -0400 Subject: [PATCH] fix flatpak build --- .github/workflows/flatpak.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 1800c1a..74597d6 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -31,10 +31,10 @@ jobs: run: nix build .#flatpak - name: Rename flatpak - run: mv result/nexus.federated.Nexus.flatpak nexus.federated.Nexus-${{ matrix.arch }}.flatpak + run: mv result/nexus.federated.Nexus.flatpak result/nexus.federated.Nexus-${{ matrix.arch }}.flatpak - name: Upload installer artifact uses: actions/upload-artifact@v6 with: name: flatpak-${{ matrix.arch }} - path: nexus.federated.Nexus-${{ matrix.arch }}.flatpak \ No newline at end of file + path: result/nexus.federated.Nexus-${{ matrix.arch }}.flatpak \ No newline at end of file