fix: add .vite folder in frontend releases (fixes #7476) (#7480)

This commit is contained in:
Gigahawk 2024-06-20 03:04:28 -07:00 committed by GitHub
parent 39f3b900de
commit 545ab9205b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,7 +46,7 @@ jobs:
- name: Zip frontend
run: |
cd src/backend/InvenTree/web/static/web
zip -r ../frontend-build.zip *
zip -r ../frontend-build.zip * .vite
- uses: svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # pin@2.9.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}