From 4bc48cb87f88ddc44986a684996d7473fcec574f Mon Sep 17 00:00:00 2001 From: Amit Kumar Nandi <11887616+aamitn@users.noreply.github.com> Date: Sat, 17 Feb 2024 19:30:36 +0530 Subject: [PATCH] github actions support --- installers/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/install.sh b/installers/install.sh index d7781cd..dd813ad 100644 --- a/installers/install.sh +++ b/installers/install.sh @@ -3,7 +3,7 @@ # Set Tomcat and URL variables TOMCAT_VERSION="10.0.0-M15" TOMCAT_URL="https://archive.apache.org/dist/tomcat/tomcat-10/v${TOMCAT_VERSION}/bin/apache-tomcat-${TOMCAT_VERSION}.tar.gz" -WAR_URL="https://github.com/aamitn/URLShortener/releases/download/WAR/shortener.war" +WAR_URL="https://github.com/aamitn/URLShortener/releases/download/final/shortener.war" SERVER_XML_CONTEXT="" SQL_FILE_URL="https://github.com/aamitn/URLShortener/raw/master/create.sql"