File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,13 +42,16 @@ jobs:
4242 # distribution: 'zulu'
4343
4444 - name : Sign ${{ inputs.signed_binary_name }}
45- shell : cmd
45+ shell : powershell
4646 env :
4747 DIGICERT_TOKEN_PASSWORD : ${{ secrets.DIGICERT_TOKEN_PASSWORD }}
4848 DIGICERT_KEY_ALIAS : ${{ secrets.DIGICERT_KEY_ALIAS }}
4949 DIGICERT_TOKEN_CFG_PATH : ${{ secrets.DIGICERT_TOKEN_CFG_PATH }}
5050 run : |
51- echo %DIGICERT_TOKEN_CFG_PATH% && PowerShell -Command "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process; .\sign.ps1"
51+ echo $env:DIGICERT_TOKEN_CFG_PATH
52+ echo "$DIGICERT_TOKEN_CFG_PATH"
53+
54+ #echo %DIGICERT_TOKEN_CFG_PATH% && PowerShell -Command "Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process; .\sign.ps1"
5255
5356 - name : Upload to release
5457 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments