This commit is contained in:
parent
cea6584760
commit
d03561f333
@ -9,16 +9,20 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache Creates
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: /root/.cargo/registry
|
||||
- name: Setup Cargo
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
- name: build
|
||||
- name: Create Script
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: run
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: chn_list.rsc
|
||||
path: chn_list.rsc
|
||||
path: chn_list.rsc
|
Loading…
Reference in New Issue
Block a user