Update flatpak cache keys

This commit is contained in:
Micah Lee 2023-10-22 11:50:46 -07:00
parent d8432502e2
commit b79948246d
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -237,13 +237,13 @@ jobs:
uses: actions/cache@v3
with:
path: flatpak/.flatpak-builder
key: flatpak-.flatpak-builder
key: flatpak-.flatpak-builder-${{ hashFiles('flatpak/org.onionshare.OnionShare.yaml') }}
- name: Restore cache - build
uses: actions/cache@v3
with:
path: flatpak/build
key: flatpak-build
key: flatpak-build-${{ hashFiles('flatpak/org.onionshare.OnionShare.yaml') }}
- name: Flatpak build
run: |