nginx-build.yaml: fix modsecurity directory link

This commit is contained in:
minoplhy 2024-09-04 23:47:41 +07:00
parent 0d58dd46bc
commit f56b24f402
Signed by: minoplhy
GPG Key ID: 41D406044E2434BF

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