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 1bc2258
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gon.hcl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source = ["./dist/macos-x86-64_darwin_amd64_v1/L2-node"]
source = ["./dist/macos-x86-64_darwin_amd64_v1/saturn-L2-node"]
bundle_id = "io.filecoin.saturn.l2-node"

apple_id {
Expand Down
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 1bc2258

Please sign in to comment.