fix: Update rust_build_test.yml
This commit is contained in:
parent
45b4f601ba
commit
bf7f893383
1 changed files with 4 additions and 4 deletions
8
.github/workflows/rust_build_test.yml
vendored
8
.github/workflows/rust_build_test.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rust_tcp_file_transfer_linux_x64_86
|
name: rust_tcp_file_transfer_linux_x64_86
|
||||||
path: target/release/rust_tcp_file_transfer
|
path: ./target/release/rust_tcp_file_transfer
|
||||||
|
|
||||||
build_windows:
|
build_windows:
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ jobs:
|
||||||
- name: Upload Windows Binary
|
- name: Upload Windows Binary
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rust_tcp_file_transfer_windows_x64_86.exe
|
name: rust_tcp_file_transfer_windows_x64_86
|
||||||
path: target/release/*.exe
|
path: ./target/release/rust_tcp_file_transfer.exe
|
||||||
|
|
||||||
build_macos:
|
build_macos:
|
||||||
|
|
||||||
|
@ -59,4 +59,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: rust_tcp_file_transfer_macos_x64_86
|
name: rust_tcp_file_transfer_macos_x64_86
|
||||||
path: target/release/rust_tcp_file_transfer
|
path: ./target/release/rust_tcp_file_transfer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue