Browse Source

move tar to docs folder

master
Martin McKeaveney 5 years ago
parent
commit
63e8634567
  1. 2
      .github/workflows/release-selfhost.yml

2
.github/workflows/release-selfhost.yml

@ -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

Loading…
Cancel
Save