Skip to content

Commit

Permalink
Fix macos arm release
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenleach committed Nov 18, 2024
1 parent b0dd290 commit bf9545a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gon-arm64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"source": ["./dist/macos-arm64_darwin_arm64/baton-okta"],
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-okta"],
"bundle_id": "com.conductorone.baton.okta",
"apple_id": {
"username" : "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ builds:
hooks:
post:
- gon .gon-arm64.json
- mv dist/baton-okta-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64/baton-okta
- mv dist/baton-okta-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64_v8.0/baton-okta
archives:
- id: linux-archive
builds:
Expand Down

0 comments on commit bf9545a

Please sign in to comment.