We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5ce104 commit 0f61f81Copy full SHA for 0f61f81
.github/workflows/main.yml
@@ -42,6 +42,7 @@ jobs:
42
run: bun install # change this to npm, pnpm or bun depending on which one you use.
43
44
- name: import Apple Developer Certificate
45
+ if: matrix.platform == 'macos-latest'
46
# Prevents keychain from locking automatically for 3600 seconds.
47
env:
48
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
@@ -58,6 +59,7 @@ jobs:
58
59
security find-identity -v -p codesigning build.keychain
60
61
- name: verify certificate
62
63
run: |
64
CERT_INFO=$(security find-identity -v -p codesigning build.keychain | grep "Developer ID Application")
65
CERT_ID=$(echo "$CERT_INFO" | awk -F'"' '{print $2}')
0 commit comments