Skip to content

Commit 8acf721

Browse files
committed
Add keys to binary signing step
1 parent acc8d34 commit 8acf721

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ jobs:
9393
if: ${{ runner.os == 'Windows' && startsWith(github.ref, 'refs/tags/') }}
9494
shell: bash
9595
env:
96+
SM_HOST: ${{ vars.SM_HOST }}
97+
SM_API_KEY: ${{ secrets.SM_API_KEY }}
98+
SM_CLIENT_CERT_FILE: D:\Certificate_pkcs12.p12
99+
SM_CLIENT_CERT_PASSWORD: ${{ secrets.SM_CLIENT_CERT_PASSWORD }}
96100
DIGICERT_KEYPAIR_ALIAS: ${{ secrets.DIGICERT_KEYPAIR_ALIAS }}
97101
run: |
98102
targetDir="$GITHUB_WORKSPACE/target/x86_64-pc-windows-msvc/release"

0 commit comments

Comments
 (0)