From a81537f43dbdd757297898253d51f3717da7bc18 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 16 Feb 2026 21:07:09 +0800 Subject: [PATCH] fix flatpak CI build cache --- .github/workflows/build_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 41d489d4d8..33b9970888 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -166,6 +166,7 @@ jobs: bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak manifest-path: scripts/flatpak/io.github.softfever.OrcaSlicer.yml cache: true + cache-key: flatpak-builder-${{ github.event_name == 'pull_request' && github.event.pull_request.base.sha || github.sha }} arch: ${{ matrix.variant.arch }} upload-artifact: false - name: Upload artifacts Flatpak