fix(ci): update website build path to .cjs after rename

This commit is contained in:
Timo
2026-06-16 13:54:57 +02:00
parent 86112057b4
commit 526736b045
+1 -1
View File
@@ -125,7 +125,7 @@ jobs:
subject-path: dist/koalasync-*.zip
- name: Build Website
run: node website/build.js
run: node website/build.cjs
- name: Upload Website Artifacts
uses: actions/upload-artifact@v4