File tree 1 file changed +26
-0
lines changed
1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -151,6 +151,32 @@ jobs:
151
151
cd ../../binary
152
152
npm run build
153
153
154
+ - name : Sign darwin-arm64 binary
155
+ uses : lando/code-sign-action@v2
156
+ with :
157
+ file : ./binary/bin/darwin-arm64/continue-binary
158
+ certificate-data : ${{ secrets.APPLE_CERT_DATA }}
159
+ certificate-password : ${{ secrets.APPLE_CERT_PASSWORD }}
160
+ apple-notary-user : ${{ secrets.APPLE_NOTARY_USER }}
161
+ apple-notary-password : ${{ secrets.APPLE_NOTARY_PASSWORD }}
162
+ apple-notary-tool : altool
163
+ apple-team-id : 43XFLY66ZD
164
+ apple-product-id : dev.continue.continue-binary
165
+ options : --options runtime --entitlements entitlements.xml
166
+
167
+ - name : Sign darwin-x64 binary
168
+ uses : lando/code-sign-action@v2
169
+ with :
170
+ file : ./binary/bin/darwin-x64/continue-binary
171
+ certificate-data : ${{ secrets.APPLE_CERT_DATA }}
172
+ certificate-password : ${{ secrets.APPLE_CERT_PASSWORD }}
173
+ apple-notary-user : ${{ secrets.APPLE_NOTARY_USER }}
174
+ apple-notary-password : ${{ secrets.APPLE_NOTARY_PASSWORD }}
175
+ apple-notary-tool : altool
176
+ apple-team-id : 43XFLY66ZD
177
+ apple-product-id : dev.continue.continue-binary
178
+ options : --options runtime --entitlements entitlements.xml
179
+
154
180
# Build plugin
155
181
- name : Build plugin
156
182
run : ./gradlew buildPlugin
You can’t perform that action at this time.
0 commit comments