mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-09 23:47:49 +08:00
修改自动打包的jdk版本
This commit is contained in:
parent
4a3430862a
commit
5bf0d0519b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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 }}
|
||||
files: ${{ env.ZIP_FILE_NAME }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user