We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e47aa0 commit 24c5c8aCopy full SHA for 24c5c8a
1 file changed
.github/workflows/cd.yml
@@ -25,16 +25,13 @@ jobs:
25
cd dist
26
move "Open Pectus Engine Manager.exe" ../
27
- name: Install DigiCert Client tools from Github Custom Actions marketplace
28
- id: Digicert Code Signing Snippet
29
uses: digicert/ssm-code-signing@v1.0.0
30
- name: Set up certificate
31
- run: |
+ run: |
32
echo "${{ secrets.SM_CLIENT_CERT_FILE_B64 }}" | base64 --decode > /d/Certificate_pkcs12.p12
33
shell: bash
34
- - name: Set variables
35
- id: variables
36
37
- echo "::set-output name=version::${GITHUB_REF#refs/tags/v}"
+ - name: Set variables
38
echo "SM_HOST=${{ secrets.SM_HOST }}" >> "$GITHUB_ENV"
39
echo "SM_API_KEY=${{ secrets.SM_API_KEY }}" >> "$GITHUB_ENV"
40
echo "SM_CLIENT_CERT_FILE=D:\\Certificate_pkcs12.p12" >> "$GITHUB_ENV"
0 commit comments