We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069a58c commit 519e8a5Copy full SHA for 519e8a5
1 file changed
.github/workflows/release.yml
@@ -39,7 +39,7 @@ jobs:
39
env:
40
DIGICERT_KEY_ALIAS: ${{ secrets.DIGICERT_KEY_ALIAS }}
41
run: |
42
- jarsigner -tsa http://timestamp.digicert.com -verbose -keystore NONE -storetype PKCS11 -providerClass sun.security.pkcs11.SunPKCS11 -providerArg pkcs11properties.cfg -sigalg SHA256withRSA -signedjar ${{ inputs.signed_binary_name}} ../../spice.taco $DIGICERT_KEY_ALIAS
+ jarsigner -tsa http://timestamp.digicert.com -verbose -keystore NONE -storetype PKCS11 -providerClass sun.security.pkcs11.SunPKCS11 -providerArg pkcs11properties.cfg -sigalg SHA256withRSA -signedjar ${{ inputs.signed_binary_name}} spice.taco $DIGICERT_KEY_ALIAS
43
shell: bash
44
45
- name: Upload to release
0 commit comments