diff --git a/.github/workflows/build-flatpak.yml b/.github/workflows/build-flatpak.yml index d5bb4aa..a5c013a 100644 --- a/.github/workflows/build-flatpak.yml +++ b/.github/workflows/build-flatpak.yml @@ -34,7 +34,9 @@ jobs: with: bundle: io.github.bkueng.qMasterPassword manifest-path: ./data/flatpak/io.github.bkueng.qMasterPassword.yml - cache-key: flatpak-builder-${{ github.sha }} + # NOTE: this is not an official build hence nothing should be cached + cache: false + #cache-key: flatpak-builder-${{ github.sha }} upload-artifact: false verbose: true