We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9999ab6 commit 75b5ba2Copy full SHA for 75b5ba2
1 file changed
.github/workflows/release.yml
@@ -53,11 +53,15 @@ jobs:
53
echo "SM_API_KEY=${{ secrets.SM_API_KEY }}" >> "$GITHUB_ENV"
54
echo "SM_CLIENT_CERT_FILE=D:\\Certificate_pkcs12.p12" >> "$GITHUB_ENV"
55
echo "SM_CLIENT_CERT_PASSWORD=${{ secrets.SM_CLIENT_CERT_PASSWORD }}" >> "$GITHUB_ENV"
56
- smctl windows certsync --keypair-alias=${{ secrets.DIGICERT_KEYPAIR_ALIAS }}
57
shell: bash
58
- name: Code signing with Software Trust Manager
59
if: contains(matrix.os.name, 'windows')
60
uses: digicert/ssm-code-signing@v1.0.0
+ - name: Sync certificate (Windows)
61
+ if: contains(matrix.os.name, 'windows')
62
+ run: |
63
+ smctl windows certsync --keypair-alias=${{ secrets.DIGICERT_KEYPAIR_ALIAS }}
64
+ shell: bash
65
# Publish (all platforms)
66
- name: Publish app
67
env:
0 commit comments