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