Skip to content

Commit

Permalink
ci: fix caching key
Browse files Browse the repository at this point in the history
  • Loading branch information
dd84ai committed Dec 12, 2024
1 parent 0644a42 commit 3836658
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v2

- name: Download lock file
run: wget https://patch.discoverygc.com/patchlist.xml

- name: Cache Freelancer
id: cache-freelancer
uses: actions/cache@v3
with:
key: ${{ runner.os }}-freelancer-discovery
key: ${{ runner.os }}-freelancer-discovery-${{ hashFiles('patchlist.xml') }}
path: ${{ github.workspace }}/freelancer_folder

- uses: darklab8/fl-configs/.github/actions/checkout-freelancer@master
Expand Down

0 comments on commit 3836658

Please sign in to comment.