We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f4b23 commit f5bbf2bCopy full SHA for f5bbf2b
.github/workflows/release.yml
@@ -31,7 +31,8 @@ jobs:
31
# run: npm run build:linux
32
33
# Decode and import Developer ID Certificate
34
- - name: Set up Code Signing Certificate
+ - name: Set up Code Signing Certificate for macOS
35
+ if: matrix.os == 'macos-latest'
36
run: |
37
echo "${{ secrets.CERTIFICATE_BASE64 }}" | base64 --decode > certificate.p12
38
security create-keychain -p "" build.keychain
0 commit comments