Skip to content

Commit 30d656e

Browse files
committed
Fix libpowersync-wasm.a artifact.
1 parent a9001c5 commit 30d656e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -275,9 +275,9 @@ jobs:
275275
file-name: libpowersync-async.wasm
276276
tag: ${{ needs.draft_release.outputs.tag }}
277277

278-
- name: Upload libpowersync.a
278+
- name: Upload libpowersync-wasm.a
279279
uses: ./.github/actions/upload
280280
with:
281281
repo-token: ${{ secrets.GITHUB_TOKEN }}
282-
file-name: libpowersync.a
282+
file-name: libpowersync-wasm.a
283283
tag: ${{ needs.draft_release.outputs.tag }}

tool/build_wasm.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ cargo build \
3838
-Z build-std=panic_abort,core,alloc \
3939
--target wasm32-wasi
4040

41-
cp "target/wasm32-wasi/wasm/libpowersync.a" "libpowersync.wasm"
41+
cp "target/wasm32-wasi/wasm/libpowersync.a" "libpowersync-wasm.a"

0 commit comments

Comments
 (0)