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