Compare commits
2 Commits
4569145df6
...
3af175f4ed
Author | SHA1 | Date | |
---|---|---|---|
3af175f4ed
|
|||
0e1dff12c2
|
4
.github/workflows/cloudflare-pages.yml
vendored
4
.github/workflows/cloudflare-pages.yml
vendored
@@ -56,9 +56,9 @@ jobs:
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ./bin
|
||||
key: ailog-bin-${{ runner.os }}
|
||||
key: ailog-bin-${{ runner.os }}-v${{ hashFiles('Cargo.toml') }}
|
||||
restore-keys: |
|
||||
ailog-bin-${{ runner.os }}
|
||||
ailog-bin-${{ runner.os }}-v
|
||||
|
||||
- name: Setup ailog binary
|
||||
run: |
|
||||
|
Binary file not shown.
Reference in New Issue
Block a user