Compare commits
3 Commits
3af175f4ed
...
4569145df6
Author | SHA1 | Date | |
---|---|---|---|
4569145df6
|
|||
c2efdf9095
|
|||
09994d2d94
|
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 }}-v${{ hashFiles('Cargo.toml') }}
|
key: ailog-bin-${{ runner.os }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
ailog-bin-${{ runner.os }}-v
|
ailog-bin-${{ runner.os }}
|
||||||
|
|
||||||
- name: Setup ailog binary
|
- name: Setup ailog binary
|
||||||
run: |
|
run: |
|
||||||
|
Binary file not shown.
Reference in New Issue
Block a user