Skip to content

Commit

Permalink
fix conflicting ubuntu/macos artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
zzeneg committed Sep 18, 2024
1 parent bef1bb6 commit 128e63a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ if is_windows
output_executable_file = set "${output_executable_file}.exe"
end
if is_macos
output_executable_file = set "${output_executable_file}.app"
end
echo Copying executable ${executable_file} to ${CARGO_MAKE_OUTPUT_DIRECTORY_NAME}/${output_executable_file}...
mkdir ${CARGO_MAKE_OUTPUT_DIRECTORY_NAME}
Expand Down

0 comments on commit 128e63a

Please sign in to comment.