@@ -81,41 +81,41 @@ jobs:
81
81
AC_PASSWORD : " ${{ secrets.AC_PASSWORD }}"
82
82
run : |
83
83
echo '{
84
- "source": ["./dist/harp-darwin-amd64"],
84
+ "source": ["./dist/harp-darwin-amd64-v1 "],
85
85
"bundle_id":"co.elastic.harp",
86
86
"apple_id": {},
87
87
"sign": { "application_identity": "9470D0A7B70090A8EF31C3B33AB3868B38B27A3D" },
88
88
"zip": {
89
- "output_path": "./dist/harp-darwin-amd64.zip"
89
+ "output_path": "./dist/harp-darwin-amd64-v1 .zip"
90
90
}
91
91
}' | jq . > gon.amd64.json
92
92
gon -log-level=debug -log-json ./gon.amd64.json
93
- rm -f .dist/harp-darwin-amd64
93
+ rm -f .dist/harp-darwin-amd64-v1
94
94
-
95
95
name : Sign and notarize MacOS ARM64 cli
96
96
env :
97
97
AC_USERNAME : " ${{ secrets.AC_USERNAME }}"
98
98
AC_PASSWORD : " ${{ secrets.AC_PASSWORD }}"
99
99
run : |
100
100
echo '{
101
- "source": ["./dist/harp-darwin-arm64"],
101
+ "source": ["./dist/harp-darwin-arm64-v8.0 "],
102
102
"bundle_id":"co.elastic.harp",
103
103
"apple_id": {},
104
104
"sign": { "application_identity": "9470D0A7B70090A8EF31C3B33AB3868B38B27A3D" },
105
105
"zip": {
106
- "output_path": "./dist/harp-darwin-arm64.zip"
106
+ "output_path": "./dist/harp-darwin-arm64-v8.0 .zip"
107
107
}
108
108
}' | jq . > gon.arm64.json
109
109
gon -log-level=debug -log-json ./gon.arm64.json
110
- rm -f .dist/harp-darwin-arm64
110
+ rm -f .dist/harp-darwin-arm64-v8.0
111
111
-
112
112
name : Prepare archives
113
113
run : |
114
114
#!/bin/bash
115
115
shopt -s expand_aliases
116
116
cd .dist/
117
- unzip ../dist/harp-darwin-amd64.zip
118
- unzip ../dist/harp-darwin-arm64.zip
117
+ unzip ../dist/harp-darwin-amd64-v1 .zip
118
+ unzip ../dist/harp-darwin-arm64-v8.0 .zip
119
119
FILES="*"
120
120
for f in $FILES;
121
121
do
0 commit comments