diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 698e792..dae9b9c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -77,6 +77,12 @@ jobs: name: Download with: path: Downloads/ + + - name: Rename Binaries + run: | + mv Downloads/*linux*/rust_tcp_file_transfer Downloads/*linux*/rust_tcp_file_transfer_linux_x64_86 + mv Downloads/*windows*/rust_tcp_file_transfer.exe Downloads/*windows*/rust_tcp_file_transfer_windows_x64_86.exe + mv Downloads/*macos*/rust_tcp_file_transfer Downloads/*macos*/rust_tcp_file_transfer_macos_x64_86 - name: Git Commit SHA id: vars