|
39 | 39 | # needs: check_release_name
|
40 | 40 | # if: needs.check_release_name.outputs.should_run == 'true'
|
41 | 41 | name: Build Plugin
|
42 |
| - runs-on: macos-11 |
| 42 | + runs-on: macos-latest |
43 | 43 | permissions:
|
44 | 44 | contents: write
|
45 | 45 | pull-requests: write
|
@@ -151,18 +151,18 @@ 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 |
| 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 | 166 |
|
167 | 167 | - name: Sign darwin-x64 binary
|
168 | 168 | uses: lando/code-sign-action@v2
|
|
0 commit comments