Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5a14d064c5 | |||
4290c7a322 |
@ -13,6 +13,7 @@ jobs:
|
|||||||
- uses: actions/cache@v4
|
- uses: actions/cache@v4
|
||||||
env:
|
env:
|
||||||
prefix-key: v0-rust
|
prefix-key: v0-rust
|
||||||
|
hash-short: ${{ (hashFiles('Cargo.lock') | cut -c 1-8) }}
|
||||||
with:
|
with:
|
||||||
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}
|
key: ${{ env.prefix-key }}-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('Cargo.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
@ -34,7 +35,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
command: run
|
command: run
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: christopherhx/gitea-upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: chn_list.rsc
|
name: chn_list.rsc
|
||||||
path: chn_list.rsc
|
path: chn_list.rsc
|
||||||
|
Loading…
Reference in New Issue
Block a user