1
0

Fix workflow
All checks were successful
Build and test project / build-and-test (push) Successful in 1m44s

This commit is contained in:
2026-03-16 23:03:26 +01:00
parent c9dcaa3b5c
commit 0223346075
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Build & Test WASM
name: Build and test project
on:
push:

View File

@@ -20,6 +20,7 @@ echo "WASM binary size: $(du -h kobopatch.wasm | cut -f1)"
TS=$(date +%s)
echo "Copying artifacts to $PUBLIC_DIR..."
mkdir -p "$PUBLIC_DIR/wasm"
cp kobopatch.wasm "$PUBLIC_DIR/wasm/kobopatch.wasm"
cp wasm_exec.js "$PUBLIC_DIR/js/wasm_exec.js"