File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments