fix: Update rust_build_test.yml

This commit is contained in:
Ahmet Kaan GÜMÜŞ 2023-10-14 20:55:51 +03:00 committed by GitHub
parent a0eeff10b4
commit 86d21ae1b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/*
build_windows:
@ -42,7 +42,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: rust_tcp_file_transfer_linux_x64_86
path: target/release/rust_tcp_file_transfer.exe
path: target/release/*
build_macos:
@ -59,4 +59,4 @@ 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/*