From af59b4c64c7f796013aa90de1cea3fc97e07a8bf Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:03:38 +0200 Subject: [PATCH] ci(release): add website build + artifact upload on tag --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 971ffae..6282e1b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,16 @@ jobs: npm install npm run build:extension + - name: Build Website + run: node website/build.js + + - name: Upload Website Artifacts + uses: actions/upload-artifact@v4 + with: + name: website-www + path: website/www/ + if-no-files-found: error + - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: