From eb427a5853954f322f073fa3d116296ed98d56e4 Mon Sep 17 00:00:00 2001 From: cochcoder Date: Thu, 27 Feb 2025 22:14:58 -0500 Subject: [PATCH] Temporarily enable artifact upload --- .github/workflows/build_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 63639493a4..e52afe1bb1 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -105,7 +105,7 @@ jobs: manifest-path: flatpak/io.github.softfever.OrcaSlicer.yml cache: true arch: ${{ matrix.variant.arch }} - upload-artifact: false + upload-artifact: true - name: Deploy Flatpak to nightly release if: ${{github.ref == 'refs/heads/main'}} uses: WebFreak001/deploy-nightly@v3.2.0