Skip to content

Commit

Permalink
Update flatpak cache keys
Browse files Browse the repository at this point in the history
  • Loading branch information
micahflee committed Oct 22, 2023
1 parent d843250 commit b799482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit b799482

Please sign in to comment.