move tar to docs folder

This commit is contained in:
Martin McKeaveney 2021-12-21 15:26:49 +00:00
parent 237bd8ab48
commit 63e8634567
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
git config user.email "<>"
git pull
helm package charts/budibase
mv budibase-${{ env.RELEASE_VERSION }}.tgz docs
mv *.tgz docs
helm repo index docs
git checkout gh-pages
git add -A