nginx-build.yaml: include ModSecurity, Lua assets in package :(

this will significantly increase the size of zip file
This commit is contained in:
Minoplhy 2024-09-04 16:32:06 +00:00 committed by GitHub
parent ae83a32b05
commit 0d58dd46bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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