Skip to content

Commit e4a2522

Browse files
committed
Try hardcoding
1 parent b10c63c commit e4a2522

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

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

0 commit comments

Comments
 (0)