diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-08-09 16:43:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-09 16:43:52 -0700 |
commit | d5bb27d42a6d1e5c9fc9e6fe1c777383050c5e28 (patch) | |
tree | f1c5872f42c80c6d7075aad41ac3741cc0e98a71 | |
parent | 596315224144c78bff043a3e3a67b005ec0a0e30 (diff) | |
download | trackermap-server-d5bb27d42a6d1e5c9fc9e6fe1c777383050c5e28.tar.gz trackermap-server-d5bb27d42a6d1e5c9fc9e6fe1c777383050c5e28.tar.bz2 trackermap-server-d5bb27d42a6d1e5c9fc9e6fe1c777383050c5e28.zip |
Update release action
-rw-r--r-- | .github/workflows/release.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a4465415..4ceb88a7c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-java@v3 with: distribution: temurin - java-version: 11.0.15 + java-version: 17 cache: gradle - run: ./gradlew build - uses: actions/setup-node@v3 @@ -47,9 +47,9 @@ jobs: working-directory: ./setup run: | wget -q http://files.jrsoftware.org/is/5/isetup-5.5.6.exe - wget -q https://github.com/ojdkbuild/ojdkbuild/releases/download/java-11-openjdk-11.0.15.9-1/java-11-openjdk-11.0.15.9-1.windows.ojdkbuild.x86_64.zip - wget -q https://github.com/ojdkbuild/contrib_jdk11u-ci/releases/download/jdk-11.0.15%2B10/jdk-11.0.15-ojdkbuild-linux-x64.zip - wget -q https://github.com/ojdkbuild/contrib_jdk11u-arm32-ci/releases/download/jdk-11.0.15%2B10/jdk-11.0.15-ojdkbuild-linux-armhf.zip + wget -q https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4+8/OpenJDK17U-jdk_x64_windows_hotspot_17.0.4_8.zip + wget -q https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4+8/OpenJDK17U-jdk_x64_linux_hotspot_17.0.4_8.tar.gz + wget -q https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.4+8/OpenJDK17U-jdk_arm_linux_hotspot_17.0.4_8.tar.gz ./package.sh ${{ github.event.inputs.version }} - name: Upload installers working-directory: ./setup |