ci: 💚 fix naming
This commit is contained in:
parent
b0eb5dc4c8
commit
6d4e8062fb
2 changed files with 10 additions and 8 deletions
12
.github/workflows/rust.yml
vendored
12
.github/workflows/rust.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
- name: Upload Linux Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: banker_algorithm_linux_x64_86
|
||||
name: rust-remote-linux-x86_64
|
||||
path: target/release/rust-remote
|
||||
|
||||
build_windows:
|
||||
|
@ -39,7 +39,7 @@ jobs:
|
|||
- name: Upload Windows Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: banker_algorithm_windows_x64_86
|
||||
name: rust-remote-windows-x86_64
|
||||
path: target/release/rust-remote.exe
|
||||
|
||||
build_macos:
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Upload MacOS Binary
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: banker_algorithm_macos_x64_86
|
||||
name: rust-remote-macos-arm64
|
||||
path: target/release/rust-remote
|
||||
|
||||
release:
|
||||
|
@ -78,9 +78,9 @@ jobs:
|
|||
|
||||
- name: Rename Binaries
|
||||
run: |
|
||||
mv Downloads/banker_algorithm_linux_x64_86/rust-remote Downloads/banker_algorithm_linux_x64_86/rust-remote-linux_x64_86
|
||||
mv Downloads/banker_algorithm_windows_x64_86/rust-remote.exe Downloads/banker_algorithm_windows_x64_86/rust-remote-windows_x64_86.exe
|
||||
mv Downloads/banker_algorithm_macos_x64_86/rust-remote Downloads/banker_algorithm_macos_x64_86/rust-remote-macos_x64_86
|
||||
mv Downloads/rust-remote-linux-x86_64/rust-remote Downloads/rust-remote-linux-x86_64/rust-remote-linux-x86_64
|
||||
mv Downloads/rust-remote-windows-x86_64/rust-remote.exe Downloads/rust-remote-windows-x86_64/rust-remote-windows-x86_64.exe
|
||||
mv Downloads/rust-remote-macos-arm64/rust-remote Downloads/rust-remote-macos-arm64/rust-remote-macos-arm64
|
||||
|
||||
- name: Git Commit SHA
|
||||
id: vars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue