We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a34308 commit 5bf0d05Copy full SHA for 5bf0d05
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
cp Release.txt LICENSE release/
25
cat Release.txt
26
27
- - name: Set up JDK 1.8
+ - name: Set up JDK 21
28
uses: actions/setup-java@v4
29
with:
30
# Eclipse基金会维护的开源Java发行版 因为github action参考java的用这个 所以用这个
@@ -72,4 +72,4 @@ jobs:
72
uses: softprops/action-gh-release@v2
73
if: startsWith(github.ref, 'refs/tags/')
74
75
- files: ${{ env.ZIP_FILE_NAME }}
+ files: ${{ env.ZIP_FILE_NAME }}
0 commit comments