Skip to content

Commit c9ce070

Browse files
authored
Test
1 parent 2f06742 commit c9ce070

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)