From 737d71ee13df7a1f3ae8cf0cb46042630b10430b Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 22 Jul 2025 18:40:54 +0200 Subject: [PATCH] git: Don't upload flatpak build twice --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efa9d3358..4103a8cc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1171,6 +1171,8 @@ jobs: manifest-path: dist/flatpak/net.werwolv.ImHex.yaml cache-key: flatpak-builder-${{ matrix.architecture }}-${{ github.sha }} arch: ${{ matrix.flatpak_arch }} + upload-artifact: false + - name: 🗝️ Generate build provenance attestations uses: actions/attest-build-provenance@v2 @@ -1183,7 +1185,7 @@ jobs: uses: actions/upload-artifact@v4 with: if-no-files-found: error - name: ${{ matrix.name }} ${{ matrix.release_num }} Flatpak ${{ matrix.architecture }} + name: Flatpak ${{ matrix.architecture }} path: | imhex-${{ env.IMHEX_VERSION }}-${{ matrix.architecture }}.flatpak