Skip to content

Commit

Permalink
Update shorebird-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0niel authored Jan 28, 2025
1 parent 257c6e3 commit 390e3af
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/shorebird-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ jobs:
with:
cache: true

- name: Cache Shorebird
uses: actions/cache@v2
with:
path: /home/runner/.config/shorebird
key: ${{ runner.os }}-shorebird-cache-${{ hashFiles('**/shorebird-config.yaml') }}
restore-keys: |
${{ runner.os }}-shorebird-cache-
- name: Set up Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 390e3af

Please sign in to comment.