Skip to content

Commit a7a57ff

Browse files
committed
Fix go releaser for macos arm
1 parent 65fb774 commit a7a57ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gon-arm64.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"source": ["./dist/macos-arm64_darwin_arm64/baton-sql"],
2+
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-sql"],
33
"bundle_id": "com.conductorone.baton-sql",
44
"apple_id": {
55
"username" : "[email protected]"

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ builds:
3636
hooks:
3737
post:
3838
- gon .gon-arm64.json
39-
- mv dist/baton-sql-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64/baton-sql
39+
- mv dist/baton-sql-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64_v8.0/baton-sql
4040
- binary: baton-sql
4141
env:
4242
- CGO_ENABLED=0

0 commit comments

Comments
 (0)