Skip to content

Commit d28d32c

Browse files
committed
try to sign only darwin-x64
1 parent f34b06f commit d28d32c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/jetbrains-release.yaml

+13-13
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# needs: check_release_name
4040
# if: needs.check_release_name.outputs.should_run == 'true'
4141
name: Build Plugin
42-
runs-on: macos-11
42+
runs-on: macos-latest
4343
permissions:
4444
contents: write
4545
pull-requests: write
@@ -151,18 +151,18 @@ jobs:
151151
cd ../../binary
152152
npm run build
153153
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
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
166166

167167
- name: Sign darwin-x64 binary
168168
uses: lando/code-sign-action@v2

0 commit comments

Comments
 (0)