Skip to content

Commit

Permalink
Merge pull request #15 from ConductorOne/jirwin/fix-goreleaser
Browse files Browse the repository at this point in the history
Fix paths for arm release
  • Loading branch information
ggreer authored Nov 20, 2024
2 parents 3943731 + 4e97adf commit 0febbf7
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-confluence"],
"source": ["./dist/macos-arm64_darwin_arm64_v8.0/baton-confluence"],
"bundle_id": "com.conductorone.baton-confluence",
"apple_id": {
"username" : "justin.gallardo@conductorone.com"
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-confluence-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64/baton-confluence
- mv dist/baton-confluence-darwin-arm64.signed.zip dist/macos-arm64_darwin_arm64_v8.0/baton-confluence
archives:
- id: linux-archive
builds:
Expand Down

0 comments on commit 0febbf7

Please sign in to comment.