flatpak: Include run number in testing github action

This commit is contained in:
Rafostar
2021-06-27 11:04:06 +02:00
parent e647cdc8c6
commit 2eea3b05b1

View File

@@ -18,4 +18,4 @@ jobs:
with:
bundle: com.github.rafostar.Clapper.flatpak
manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-testing.json
cache-key: flatpak-builder-${{ github.sha }}-testing
cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }}