Skip to content

Commit f5cd3db

Browse files
committed
Fix goreleaser.
1 parent 469fd5c commit f5cd3db

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-aws"],
2+
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-aws"],
33
"bundle_id": "com.conductorone.baton.aws",
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-aws-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64/baton-aws
39+
- mv dist/baton-aws-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64_v8.0/baton-aws
4040
archives:
4141
- id: linux-archive
4242
builds:

0 commit comments

Comments
 (0)