From e7e6d2e603f5ec6b2e5798d7945224ed52d63ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmet=20Kaan=20G=C3=9CM=C3=9C=C5=9E?= <96421894+Tahinli@users.noreply.github.com> Date: Sun, 15 Oct 2023 01:35:19 +0300 Subject: [PATCH] fix: workflow --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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