We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55309a3 commit 8f4e3a4Copy full SHA for 8f4e3a4
1 file changed
.github/workflows/release.yml
@@ -31,7 +31,6 @@ jobs:
31
echo "Packaged TACO file: $TACO_FILE" && \
32
cp "$TACO_FILE" ../../spice.taco && \
33
echo "📦 TACO package is ready: ./spice.taco"
34
- shell: bash
35
36
- name: Set up Java for signing
37
uses: actions/setup-java@v4
@@ -44,7 +43,6 @@ jobs:
44
43
DIGICERT_KEY_ALIAS: ${{ secrets.DIGICERT_KEY_ALIAS }}
45
run: |
46
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
47
48
49
- name: Upload to release
50
uses: softprops/action-gh-release@v2
0 commit comments