fix action
This commit is contained in:
parent
a8129181a8
commit
dc936bb7fe
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
run: cargo build --release
|
||||
|
||||
- name: 上传
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64
|
||||
path: ./target/release/ica-rs.exe
|
||||
|
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
run: cargo build --release
|
||||
|
||||
- name: 上传
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64
|
||||
path: ./target/release/ica-rs.exe
|
||||
|
Loading…
Reference in New Issue
Block a user