Skip to content

Commit 5d20c09

Browse files
committed
This is not only a side-module anymore.
1 parent 3851c6d commit 5d20c09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
with:
259259
version: 3.1.68
260260

261-
- name: Build WASM SIDE_MODULE
261+
- name: Build WASM
262262
run: ./tool/build_wasm.sh
263263

264264
- name: Upload libpowersync.wasm

.github/workflows/wasm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
with:
2222
version: 3.1.68
2323

24-
- name: Build WASM SIDE_MODULE
24+
- name: Build WASM
2525
run: ./tool/build_wasm.sh

0 commit comments

Comments
 (0)