upload-artifact修改为v3
This commit is contained in:
2
.github/workflows/gitea.yml
vendored
2
.github/workflows/gitea.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
path: target/x86_64-unknown-linux-gnu/release/${{ steps.get_bin_name.outputs.linux_bin }}
|
path: target/x86_64-unknown-linux-gnu/release/${{ steps.get_bin_name.outputs.linux_bin }}
|
||||||
|
|
||||||
- name: 上传 Windows 编译产物为工作流 Artifact
|
- name: 上传 Windows 编译产物为工作流 Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: windows-build
|
name: windows-build
|
||||||
path: target/x86_64-pc-windows-gnu/release/${{ steps.get_bin_name.outputs.windows_bin }}
|
path: target/x86_64-pc-windows-gnu/release/${{ steps.get_bin_name.outputs.windows_bin }}
|
||||||
|
|||||||
Reference in New Issue
Block a user