fix: workflow
This commit is contained in:
parent
1bccfbe347
commit
e7e6d2e603
1 changed files with 6 additions and 0 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -77,6 +77,12 @@ jobs:
|
||||||
name: Download
|
name: Download
|
||||||
with:
|
with:
|
||||||
path: Downloads/
|
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
|
- name: Git Commit SHA
|
||||||
id: vars
|
id: vars
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue