We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e11dc0a + d90f647 commit 083eaa1Copy full SHA for 083eaa1
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Build and upload SQLite3 WASM
3
on:
4
push:
5
tags:
6
- - "v[0-9]+.[0-9]+.[0-9]+"
+ - "v[0-9]+.[0-9]+.[0-9]+-powersync.[0-9]+"
7
8
jobs:
9
compile_sqlite3_wasm:
@@ -25,7 +25,7 @@ jobs:
25
overwrite: true
26
file: sqlite3/.dart_tool/sqlite3_build/sqlite3.wasm
27
asset_name: sqlite3.wasm
28
- body: "SQLite3 WASM binary"
+ body: "PowerSync SQLite3 WASM binary"
29
tag: ${{ github.ref_name }}
30
- name: Upload sqlite3 debug binary
31
uses: svenstaro/upload-release-action@v2
0 commit comments