Skip to content

Commit 574d4f6

Browse files
committed
chore: Optimize action
1 parent bd13430 commit 574d4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Enable TLS 1.0 and 1.1 in java.security
3939
run: |
4040
if [[ "${{ runner.os }}" == "Windows" ]]; then
41-
sed -i '' "s/\(^jdk.tls.disabledAlgorithms=\)\(.*\)\( TLSv1, TLSv1.1,\)\(.*\)/\1\2\4/" $JAVA_HOME/conf/security/java.security
41+
sed -i '' "s/\(^jdk.tls.disabledAlgorithms=\)\(.*\)\( TLSv1, TLSv1.1,\)\(.*\)/\1\2\4/" $JAVA_HOME/conf/security/java.security
4242
elseif [[ "${{ runner.os }}" == "Linux" ]]; then
4343
sed -i "s/\(^jdk.tls.disabledAlgorithms=\)\(.*\)\( TLSv1, TLSv1.1,\)\(.*\)/\1\2\4/" $JAVA_HOME/conf/security/java.security
4444
else

0 commit comments

Comments
 (0)