Skip to content

Commit f5bbf2b

Browse files
committed
only setup cert for mac
1 parent 72f4b23 commit f5bbf2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
# run: npm run build:linux
3232

3333
# Decode and import Developer ID Certificate
34-
- name: Set up Code Signing Certificate
34+
- name: Set up Code Signing Certificate for macOS
35+
if: matrix.os == 'macos-latest'
3536
run: |
3637
echo "${{ secrets.CERTIFICATE_BASE64 }}" | base64 --decode > certificate.p12
3738
security create-keychain -p "" build.keychain

0 commit comments

Comments
 (0)