Skip to content

Commit

Permalink
TO_REMOVE
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac committed Apr 23, 2024
1 parent 2413bed commit 91e0e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BUILD_ON_DEMAND.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ jobs:
CSC_KEY_PASSWORD: "${{ secrets.WIN_CSC_KEY_PASSWORD }}"
run: |
echo "$CSC_LINK" | base64 -i -d > temp.crt
openssl x509 -passin "pass:$CSC_KEY_PASSWORD" -in temp.crt -noout -text | grep "Private Key"
openssl pkcs12 -passin "pass:$CSC_KEY_PASSWORD" -in temp.crt -noout -text | grep "Private Key"
rm temp.crt

0 comments on commit 91e0e5c

Please sign in to comment.