fix(build): do not create flat tarball for web-dist (#1757)

This commit is contained in:
Fabricio Silva 2024-10-07 15:01:35 +01:00 committed by GitHub
parent a64fd779f8
commit 5fec9ac1b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,7 @@ jobs:
- name: Create web-dist artifact
if: startsWith(github.ref, 'refs/tags/')
run: mkdir -p dist && tar czf dist/web-dist.tar.gz --directory=web/dist ./
run: mkdir -p dist && tar czf dist/web-dist.tar.gz web/dist
- name: Upload web-dist to release assets
uses: softprops/action-gh-release@v2