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
|
echo "windows_bin=${BIN_NAME}.exe" >> $GITEA_OUTPUT
|
||||||
|
|
||||||
- name: 上传 Linux 编译产物为工作流 Artifact
|
- name: 上传 Linux 编译产物为工作流 Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: linux-build
|
name: linux-build
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user