Skip to content

Commit 9f4c4f6

Browse files
authored
build: update apple applicationID (#369)
Signed-off-by: Ben Stickel <[email protected]>
1 parent 8754273 commit 9f4c4f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releaser.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
"source": ["./dist/harp-darwin-amd64-v1"],
8585
"bundle_id":"co.elastic.harp",
8686
"apple_id": {},
87-
"sign": { "application_identity": "9470D0A7B70090A8EF31C3B33AB3868B38B27A3D" },
87+
"sign": { "application_identity": "9FAEEDF0301EA562A47EC8A473309407DD99CD7C" },
8888
"zip": {
8989
"output_path": "./dist/harp-darwin-amd64-v1.zip"
9090
}
@@ -101,7 +101,7 @@ jobs:
101101
"source": ["./dist/harp-darwin-arm64-v8.0"],
102102
"bundle_id":"co.elastic.harp",
103103
"apple_id": {},
104-
"sign": { "application_identity": "9470D0A7B70090A8EF31C3B33AB3868B38B27A3D" },
104+
"sign": { "application_identity": "9FAEEDF0301EA562A47EC8A473309407DD99CD7C" },
105105
"zip": {
106106
"output_path": "./dist/harp-darwin-arm64-v8.0.zip"
107107
}

0 commit comments

Comments
 (0)