ci: remove tmp directory after publishing artifacts (#56385)

Remove teh tmp directory after publishing artifacts to prevent runner from running out of space.

PR Close #56385
This commit is contained in:
Joey Perrott 2024-06-11 17:46:04 +00:00
parent 5717ff6a83
commit 65bf5ecdad

View file

@ -93,6 +93,8 @@ function publishRepo {
git tag "${BUILD_VER}" --force && \
git push origin "${BRANCH}" --tags --force
)
rm -rf $REPO_DIR/*
}
# Publish all individual packages from packages-dist.