From 0d58dd46bc59867d39d9f83274317a3b32fa87df Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Wed, 4 Sep 2024 16:32:06 +0000 Subject: [PATCH] nginx-build.yaml: include ModSecurity, Lua assets in package :( this will significantly increase the size of zip file --- .github/workflows/nginx-build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nginx-build.yaml b/.github/workflows/nginx-build.yaml index 56562bd..c38041b 100644 --- a/.github/workflows/nginx-build.yaml +++ b/.github/workflows/nginx-build.yaml @@ -29,7 +29,7 @@ jobs: run: | echo "This Task will be run using the following tag: ${NGINX_TAG}" curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} - tar czvf nginx-${NGINX_TAG}-allstar.tar.gz ~/nginx_scriptbox/nginx/objs /var/lib/modsecurity /opt/nginx-lua-module/ + tar czvf nginx-${NGINX_TAG}-allstar.tar.gz ~/nginx_scriptbox/nginx/objs /var/lib/modsecurity /opt/nginx-lua-module /usr/local/lua - name: Release uses: softprops/action-gh-release@v2