From d736660638d79b29a626885f0ca474b7bc1e22ab Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Thu, 10 Oct 2024 16:02:01 +0000 Subject: [PATCH] more inform --- .github/workflows/freenginx-build.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/freenginx-build.yaml b/.github/workflows/freenginx-build.yaml index 7425b20..f9ef389 100644 --- a/.github/workflows/freenginx-build.yaml +++ b/.github/workflows/freenginx-build.yaml @@ -31,8 +31,12 @@ jobs: echo "OPTIONS=${OPTIONS[*]}" >> $GITHUB_ENV - name: Run freenginx Builds run: | + echo "This Task will be run using the following tag: ${NGINX_TAG}" + for i in ${!TAGS[@]}; do - echo "This Task will be run using the following tag: ${NGINX_TAG}" + echo "This Task will be run using the following version: ${TAGS[$i]}" + echo "This Task will be run using the following options: ${OPTIONS[$i]}" + curl https://raw.githubusercontent.com/minoplhy/scriptbox/main/nginx_build_script/build.sh | bash -s -- --nginx-tag=${NGINX_TAG} ${OPTIONS[$i]} # Prepare tar file paths