We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d12819 commit 59adfebCopy full SHA for 59adfeb
1 file changed
.github/workflows/release.yml
@@ -71,6 +71,7 @@ jobs:
71
echo "$SM_CLIENT_CERT_P12_BASE64" | base64 --decode > /d/cert.p12
72
echo "SM_CLIENT_CERT_FILE=D:\\cert.p12" >> "$GITHUB_ENV"
73
- name: Sync cert (Windows)
74
+ if: ${{ startsWith(matrix.os, 'windows-') }}
75
shell: cmd
76
env:
77
CERT_FINGERPRINT: ${{ secrets.CERT_FINGERPRINT }}
0 commit comments