build: add web/dist tarball (#1721)

* feat(release): add web-dist.tar.gz to releases

* feat(release): pass the directory to tar command instead
This commit is contained in:
Fabricio Silva 2024-09-17 14:13:15 +01:00 committed by GitHub
parent 490308c9c6
commit e7f25cbe3b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -136,6 +136,9 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create web-dist artifact
run: tar czf dist/web-dist.tar.gz --directory=web/dist ./
- name: Upload assets
uses: actions/upload-artifact@v4
with: