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