Skip to content

Commit 8bb0a71

Browse files
committed
Fix: wrong export to Github output
1 parent 9a8de3e commit 8bb0a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
wget -O $SIGN_TOOLS_PATH/bcprov-jdk18on-1.77.jar https://repo1.maven.org/maven2/org/bouncycastle/bcprov-jdk18on/1.80/bcprov-jdk18on-1.80.jar
9292
9393
jarsigner -J-Djava.class.path=$SIGN_TOOLS_PATH/digicert-jce-1.0.jar:$SIGN_TOOLS_PATH/bcprov-jdk18on-1.77.jar -keystore NONE -storetype DIGICERT -storepass NONE -providerClass com.digicert.jce.Provider -signedjar $SIGNED_TACO_FILE_PATH -sigalg SHA256withRSA -tsa http://timestamp.digicert.com $UNSIGNED_TACO_FILE_PATH ${{ secrets.SM_KEY_ALIAS }}
94-
echo "SIGNED_TACO_FILE_PATH" >> $GITHUB_OUTPUT
94+
echo "SIGNED_TACO_FILE_PATH=$SIGNED_TACO_FILE_PATH" >> $GITHUB_OUTPUT
9595
9696
- name: Upload the connector to GH release assets
9797
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)