mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-03 10:00:10 -05:00
Update flatpak cache keys
This commit is contained in:
parent
d8432502e2
commit
b79948246d
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user