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