Skip to content

Commit

Permalink
fix jre url
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2024
1 parent 323ddeb commit 0ce11f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
LUCEE_VERSION: ${{ github.event.inputs.LUCEE_VERSION }}
JRE_LINUX_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jdk_x64_linux_hotspot_11.0.21_9.tar.gz
JRE_LINUX_NAME: OpenJDK11U-jre_x64_linux_hotspot_11.0.21_9.tar.gz
JRE_LINUX_DIR: jdk-11.0.20.1+1-jre
JRE_LINUX_DIR: jdk-11.0.21_9-jre
JRE_WIN_URL: https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.21%2B9/OpenJDK11U-jdk_x64_windows_hotspot_11.0.21_9.zip
JRE_WIN_NAME: OpenJDK11U-jre_x64_windows_hotspot_11.0.21_9.zip
JRE_WIN_DIR: jdk-11.0.21_9-jre
Expand Down

0 comments on commit 0ce11f6

Please sign in to comment.