From 30263f3c700fec3024f01702dc1ab3bec8435159 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Thu, 23 Jan 2025 16:12:48 -0500 Subject: [PATCH] ci:use -1.0 as tag for flatpak builder --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e72a34f80..dba824ddb 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -346,7 +346,7 @@ jobs: with: bundle: deskflow-${{env.DESKFLOW_PACKAGE_VERSION}}-linux-${{matrix.flatpak.arch}}.flatpak manifest-path: deploy/linux/flatpak/org.deskflow.deskflow.yml - cache-key: flatpak-builder-${{ github.sha }} + cache-key: flatpak-builder-${{matrix.flatpak.arch}}-1.0 arch: ${{matrix.flatpak.arch}} upload-artifact: false