diff --git a/.github/workflows/rust_build_test.yml b/.github/workflows/rust_build_test.yml index f472711..d91df21 100644 --- a/.github/workflows/rust_build_test.yml +++ b/.github/workflows/rust_build_test.yml @@ -25,7 +25,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: rust_tcp_file_transfer_linux_x64_86 - path: target/release/* + path: target/release/rust_tcp_file_transfer build_windows: @@ -41,8 +41,8 @@ jobs: - name: Upload Windows Binary uses: actions/upload-artifact@v3 with: - name: rust_tcp_file_transfer_linux_x64_86 - path: target/release/* + name: rust_tcp_file_transfer_windows_x64_86 + path: target/release/rust_tcp_file_transfer.exe build_macos: @@ -58,5 +58,5 @@ jobs: - name: Upload MacOS Binary uses: actions/upload-artifact@v3 with: - name: rust_tcp_file_transfer_linux_x64_86 - path: target/release/* + name: rust_tcp_file_transfer_macos_x64_86 + path: target/release/rust_tcp_file_transfer