diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index aafcec9baa..9c1f1dd77d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,6 +34,7 @@ jobs: overwrite: true - name: Build Web run: cd ol/cli/web-monitor/public/ && npm i && npm run build + - name: Package Web run: cd ol/cli/web-monitor/public/; tar -czvf web-monitor.tar.gz * - name: Upload Web Files uses: svenstaro/upload-release-action@v2