test: output tar inffo

This commit is contained in:
Minoplhy 2025-01-12 11:38:45 +07:00 committed by GitHub
parent 8fd254c452
commit 75a77d86e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,6 +48,9 @@ jobs:
HOMEDIRECTORY=~/nginx_scriptbox HOMEDIRECTORY=~/nginx_scriptbox
# Create the tarball # 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 tar czvf alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz $TAR_PATH
done' done'
echo "$build_sh" > build.sh echo "$build_sh" > build.sh
@ -62,4 +65,4 @@ jobs:
body: | body: |
"nginx Successfully build on -> ${{ env.NGINX_TAG }}" "nginx Successfully build on -> ${{ env.NGINX_TAG }}"
token: ${{ secrets.DEPLOYMENT_TOKEN }} token: ${{ secrets.DEPLOYMENT_TOKEN }}
files: nginx-*.tar.gz files: alpine-nginx-*.tar.gz