diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e41eeb5f..4f8b03f06 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: cp Release.txt LICENSE release/ cat Release.txt - - name: Set up JDK 1.8 + - name: Set up JDK 21 uses: actions/setup-java@v4 with: # Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个 @@ -72,4 +72,4 @@ jobs: uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: - files: ${{ env.ZIP_FILE_NAME }} \ No newline at end of file + files: ${{ env.ZIP_FILE_NAME }}