diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0d49e49..a091107 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: