File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,16 +47,17 @@ jobs:
4747 DIGICERT_KEY_ALIAS : ${{ secrets.DIGICERT_KEY_ALIAS }}
4848 DIGICERT_TOKEN_CFG_PATH : ${{ secrets.DIGICERT_TOKEN_CFG_PATH }}
4949 run : |
50- echo "$DIGICERT_TOKEN_PASSWORD" | jarsigner -verbose `
50+ echo "$Env: DIGICERT_TOKEN_PASSWORD" | jarsigner -verbose `
5151 -tsa http://timestamp.digicert.com `
5252 -keystore NONE `
5353 -storetype PKCS11 `
5454 -providerClass sun.security.pkcs11.SunPKCS11 `
55- -providerArg "C:\Users\lukek\spice.ai\taco\pkcs11properties.cfg" `
55+ -providerArg "C:\\ Users\\ lukek\\ spice.ai\\ taco\ \pkcs11properties.cfg" `
5656 -sigalg SHA256withRSA `
5757 -signedjar ${{ inputs.signed_binary_name}} `
5858 spice.taco `
59- "$DIGICERT_KEY_ALIAS"
59+ "Spice, Inc."
60+ shell : pwsh
6061
6162 - name : Upload to release
6263 uses : softprops/action-gh-release@v2
You can’t perform that action at this time.
0 commit comments