From 526736b0457b24ebf45bb2e249657c909fb946a9 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Tue, 16 Jun 2026 13:54:57 +0200 Subject: [PATCH] fix(ci): update website build path to .cjs after rename --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 37cd21e..dd39159 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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