Skip to content

Commit

Permalink
Update the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chunfantasy committed Jun 6, 2024
1 parent e3eb5bb commit 92d3590
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ jobs:
SM_CLIENT_CERT_FILE_B64:
${{ secrets.NORDIC_SM_CLIENT_CERT_P12 }}
run: |
echo "$SM_CLIENT_CERT_FILE_B64" | base64 --decode >
./Certificate_pkcs12.pfx
echo "$SM_CLIENT_CERT_FILE_B64" | base64 --decode > ./Certificate_pkcs12.p12
cat /d/Certificate_pkcs12.p12
if: github.event_name != 'pull_request'

Expand Down

0 comments on commit 92d3590

Please sign in to comment.