Skip to content

Commit e96b530

Browse files
committed
Fix goreleaser.
1 parent 1c8a20a commit e96b530

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-ldap"],
2+
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-ldap"],
33
"bundle_id": "com.conductorone.baton-ldap",
44
"apple_id": {
55
"username" : "justin.gallardo@conductorone.com"

.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-ldap-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64/baton-ldap
39+
- mv dist/baton-ldap-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64_v8.0/baton-ldap
4040
- binary: baton-ldap
4141
env:
4242
- CGO_ENABLED=0

0 commit comments

Comments
 (0)