We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2bb498 commit 0356a84Copy full SHA for 0356a84
.github/workflows/release.yml
@@ -15,10 +15,10 @@ jobs:
15
platform: [ubuntu-latest, macos-latest, windows-latest]
16
include:
17
- platform: ubuntu-latest
18
- bin_path: target/release/RustyBear-Engine
+ bin_path: target/release/RustyBear-Engine-linux
19
rename_cmd: mv target/release/RustyBear-Engine target/release/RustyBear-Engine-linux
20
- platform: macos-latest
21
+ bin_path: target/release/RustyBear-Engine-macOS
22
rename_cmd: mv target/release/RustyBear-Engine target/release/RustyBear-Engine-macOS
23
- platform: windows-latest
24
bin_path: target/release/RustyBear-Engine.exe
0 commit comments