Skip to content

Commit b15576c

Browse files
committed
chore: Optimize action
1 parent 53efb59 commit b15576c

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
@@ -42,7 +42,7 @@ jobs:
4242
java-version: "17"
4343
distribution: "temurin"
4444
java-package: "jre"
45-
architecture: ${{ matrix.arch }}
45+
architecture: ${{ matrix.arch == 'arm64' && 'aarch64' }}
4646

4747
# 开放TLS
4848
- name: Enable TLS 1.0 and 1.1 in java.security

0 commit comments

Comments
 (0)