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.
1 parent 1ca0b03 commit eb8e0f6Copy full SHA for eb8e0f6
.github/workflows/main.yml
@@ -147,11 +147,7 @@ jobs:
147
- name: wasm npm pack
148
if: matrix.name == 'wasm'
149
run: |
150
- TAG=$(git ls-remote --tags https://github.com/sqlite/sqlite-wasm.git | \
151
- awk -v ver=$(make sqlite_version) -F'/' '$NF ~ ver"-build[0-9]+$" {print $NF}' | \
152
- sort -V | \
153
- tail -n1)
154
- git clone --branch "$TAG" --depth 1 https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
+ git clone https://github.com/sqlite/sqlite-wasm.git sqlite-wasm
155
rm -rf sqlite-wasm/sqlite-wasm/*
156
unzip dist/sqlite-wasm.zip -d sqlite-wasm/tmp
157
mv sqlite-wasm/tmp/sqlite-wasm-*/jswasm sqlite-wasm/sqlite-wasm
0 commit comments