Fix module release workflow

This commit is contained in:
Michael Telatynski
2026-08-04 13:03:01 +01:00
parent ca3cf40040
commit ed5f72f8cf
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
run: pnpm install --frozen-lockfile
- name: Build
run: pnpm --filter "./modules/$MODULE" run prepare
run: pnpm --filter "./modules/$MODULE" run build
- name: Create archive
run: zip -r "$ARCHIVE" -j "modules/$MODULE/lib"