test: remove ~/

This commit is contained in:
Minoplhy 2025-01-12 12:16:00 +07:00 committed by GitHub
parent c57206b960
commit af83d46b0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -54,7 +54,7 @@ jobs:
echo "pre-TARing infoiirmation:" echo "pre-TARing infoiirmation:"
echo "TAR path: ${TAR_PATH}" echo "TAR path: ${TAR_PATH}"
echo "TAR name: alpine-nginx-${NGINX_TAG}-${TAGS[$i]}.tar.gz" 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