ci(release): add website build + artifact upload on tag

This commit is contained in:
Timo
2026-06-09 22:03:38 +02:00
parent af8184420c
commit af59b4c64c
+10
View File
@@ -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: