Skip to content

Commit 5bf0d05

Browse files
committed
修改自动打包的jdk版本
1 parent 4a34308 commit 5bf0d05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cp Release.txt LICENSE release/
2525
cat Release.txt
2626
27-
- name: Set up JDK 1.8
27+
- name: Set up JDK 21
2828
uses: actions/setup-java@v4
2929
with:
3030
# Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个
@@ -72,4 +72,4 @@ jobs:
7272
uses: softprops/action-gh-release@v2
7373
if: startsWith(github.ref, 'refs/tags/')
7474
with:
75-
files: ${{ env.ZIP_FILE_NAME }}
75+
files: ${{ env.ZIP_FILE_NAME }}

0 commit comments

Comments
 (0)