Skip to content

Commit

Permalink
fix jre dir
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jan 17, 2024
1 parent 0ce11f6 commit d205cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ 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.21_9-jre
JRE_LINUX_DIR: jdk-11.0.21+9
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
JRE_WIN_DIR: jdk-11.0.21+9
TOMCAT_LINUX_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.85/bin/apache-tomcat-9.0.85.tar.gz
TOMCAT_LINUX_NAME: apache-tomcat-9.0.85.tar.gz
TOMCAT_WIN_URL: https://dlcdn.apache.org/tomcat/tomcat-9/v9.0.85/bin/apache-tomcat-9.0.85-windows-x64.zip
Expand Down

0 comments on commit d205cd9

Please sign in to comment.