Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Set binary name for macOS releases
Browse files Browse the repository at this point in the history
Before this change, macOS archive used `L2-node` as the binary name,
while all other platforms used `saturn-L2-node` instead.

This commit fixes the problem by making macOS consistent with other
platforms.

Signed-off-by: Miroslav Bajtoš <saturn@bajtos.net>
  • Loading branch information
bajtos committed Apr 26, 2023
1 parent cc9c270 commit 51a3681
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ builds:
goarch:
- amd64
main: ./cmd/saturn-l2
binary: saturn-L2-node
archives:
- builds:
- saturn
Expand Down

0 comments on commit 51a3681

Please sign in to comment.