From 75a77d86e6090ac2ecd354237703e791f469a75b Mon Sep 17 00:00:00 2001 From: Minoplhy Date: Sun, 12 Jan 2025 11:38:45 +0700 Subject: [PATCH] test: output tar inffo --- .github/workflows/alpine-nginx-build.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpine-nginx-build.yaml b/.github/workflows/alpine-nginx-build.yaml index 2ad89b3..bd323f7 100644 --- a/.github/workflows/alpine-nginx-build.yaml +++ b/.github/workflows/alpine-nginx-build.yaml @@ -48,6 +48,9 @@ jobs: HOMEDIRECTORY=~/nginx_scriptbox # Create the tarball + echo "pre-TARing infoiirmation:" + echo "TAR path: ${TAR_PATH}" + echo "TAR name: alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz" tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH done' echo "$build_sh" > build.sh @@ -62,4 +65,4 @@ jobs: body: | "nginx Successfully build on -> ${{ env.NGINX_TAG }}" token: ${{ secrets.DEPLOYMENT_TOKEN }} - files: nginx-*.tar.gz + files: alpine-nginx-*.tar.gz