Skip to content

Commit 0356a84

Browse files
authored
It should work now
1 parent b2bb498 commit 0356a84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
include:
1717
- platform: ubuntu-latest
18-
bin_path: target/release/RustyBear-Engine
18+
bin_path: target/release/RustyBear-Engine-linux
1919
rename_cmd: mv target/release/RustyBear-Engine target/release/RustyBear-Engine-linux
2020
- platform: macos-latest
21-
bin_path: target/release/RustyBear-Engine
21+
bin_path: target/release/RustyBear-Engine-macOS
2222
rename_cmd: mv target/release/RustyBear-Engine target/release/RustyBear-Engine-macOS
2323
- platform: windows-latest
2424
bin_path: target/release/RustyBear-Engine.exe

0 commit comments

Comments
 (0)