From 532a2d36b575dbfad4e8229390c24ee76c3dd511 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Tue, 4 Feb 2025 06:36:53 +0800 Subject: [PATCH] disable flatpak upload (#8306) --- .github/workflows/build_all.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 6e422f070..5da2b6979 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -92,11 +92,12 @@ jobs: echo "ver_pure=$ver_pure" >> $GITHUB_ENV echo "date=$(date +'%Y%m%d')" >> $GITHUB_ENV shell: bash - - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 + - uses: flatpak/flatpak-github-actions/flatpak-builder@master with: bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}.flatpak manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml cache: true + upload-artifact: false - name: Deploy Flatpak to nightly release if: ${{github.ref == 'refs/heads/main'}} uses: WebFreak001/deploy-nightly@v3.2.0