This commit is contained in:
Yakumo Hokori
2025-11-03 15:26:01 +08:00
parent e5d52eea8c
commit 72c916af2b

View File

@@ -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 }}