From f56b24f402c332090c54b15211d411a7e4c5b698 Mon Sep 17 00:00:00 2001 From: minoplhy Date: Wed, 4 Sep 2024 23:47:41 +0700 Subject: [PATCH] nginx-build.yaml: fix modsecurity directory link --- .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 c38041b..83ed7fa 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 /usr/local/lua + tar czvf nginx-${NGINX_TAG}-allstar.tar.gz ~/nginx_scriptbox/nginx/objs /opt/nginx-lua-module /usr/local/lua /usr/local/modsecurity - name: Release uses: softprops/action-gh-release@v2