From b2c763deef35c40d64f35fba18c71acf1aa0ce7a Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 26 Mar 2026 10:28:22 -0400 Subject: [PATCH] change artifact names --- .github/workflows/android.yml | 1 + .github/workflows/flatpak.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 862ba18..dc1e9c7 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -35,4 +35,5 @@ jobs: - name: Upload installer artifact uses: actions/upload-artifact@v6 with: + name: APK path: build/app/outputs/flutter-apk/app-release.apk \ No newline at end of file diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 74ae377..5e693f0 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -33,5 +33,5 @@ jobs: - name: Upload installer artifact uses: actions/upload-artifact@v6 with: - name: nexus.federated.Nexus-${{ matrix.arch }}.flatpak + name: flatpak-${{ matrix.arch }} path: result/nexus.federated.Nexus.flatpak \ No newline at end of file