linuxv3
This commit is contained in:
2
.github/workflows/gitea.yml
vendored
2
.github/workflows/gitea.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
echo "windows_bin=${BIN_NAME}.exe" >> $GITEA_OUTPUT
|
||||
|
||||
- name: 上传 Linux 编译产物为工作流 Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: linux-build
|
||||
path: target/x86_64-unknown-linux-gnu/release/${{ steps.get_bin_name.outputs.linux_bin }}
|
||||
|
||||
Reference in New Issue
Block a user