Skip to content

Commit f6d4797

Browse files
committed
chore: added esm.bundled.js to github repo in build workflow
1 parent cab552c commit f6d4797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wasm-js.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
git config --global user.name "GitHub Actions"
4949
git config --global user.email "[email protected]"
5050
git add -f assets/wasm/surrealdb/surrealdb_wasm.*
51-
git add assets/wasm/surrealdb/index.js
51+
git add assets/wasm/surrealdb/esm.bundled.js
5252
git add assets/wasm/surrealdb/index_bg.wasm
5353
git add assets/wasm/surrealdb/surrealdb.wasm.gz
5454
if [ -n "$(git status --porcelain)" ]; then

0 commit comments

Comments
 (0)