Skip to content

Commit 8f4e3a4

Browse files
committed
Remove bash
1 parent 55309a3 commit 8f4e3a4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
echo "Packaged TACO file: $TACO_FILE" && \
3232
cp "$TACO_FILE" ../../spice.taco && \
3333
echo "📦 TACO package is ready: ./spice.taco"
34-
shell: bash
3534
3635
- name: Set up Java for signing
3736
uses: actions/setup-java@v4
@@ -44,7 +43,6 @@ jobs:
4443
DIGICERT_KEY_ALIAS: ${{ secrets.DIGICERT_KEY_ALIAS }}
4544
run: |
4645
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-
shell: bash
4846
4947
- name: Upload to release
5048
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)