diff --git a/.github/workflows/nginx-build.yaml b/.github/workflows/nginx-build.yaml index 58a25aa..a129b00 100644 --- a/.github/workflows/nginx-build.yaml +++ b/.github/workflows/nginx-build.yaml @@ -21,7 +21,8 @@ jobs: - name: Run Nginx Build run: | - curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag={$NGINX_TAG} -nl -nm + 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} -nl -nm tar czvf nginx-${NGINX_TAG}.tar.gz ~/nginx_scriptbox/nginx/objs - name: Release