Fix: Update cache key to include Cargo.toml hash
This forces cache invalidation when version changes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/cloudflare-pages.yml
vendored
4
.github/workflows/cloudflare-pages.yml
vendored
@@ -56,9 +56,9 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ./bin
|
path: ./bin
|
||||||
key: ailog-bin-${{ runner.os }}
|
key: ailog-bin-${{ runner.os }}-v${{ hashFiles('Cargo.toml') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ailog-bin-${{ runner.os }}
|
ailog-bin-${{ runner.os }}-v
|
||||||
|
|
||||||
- name: Setup ailog binary
|
- name: Setup ailog binary
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user