Skip to content

Commit c189f6a

Browse files
committed
chore: updated build script to build from my forked repo for the release of surrealdb v1.1.1
1 parent 82fd70a commit c189f6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212

1313
- name: "Checkout surrealdb.wasm repo (latest tag)"
1414
run: |
15-
git clone https://github.com/surrealdb/surrealdb.wasm.git
16-
cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
17-
git checkout $LATEST_TAG
15+
git clone https://github.com/limcheekin/surrealdb.wasm.git
16+
# cd surrealdb.wasm;export LATEST_TAG=$(git describe --tags $(git rev-list --tags --max-count=1))
17+
# git checkout $LATEST_TAG
1818
1919
- name: "Install Node & NPM"
2020
uses: actions/setup-node@v4
@@ -38,7 +38,7 @@ jobs:
3838
run: npm run package
3939

4040
- name: "Compress wasm file"
41-
run: npm run wasm-flate-gzip
41+
run: npm run compress-wasm
4242

4343
- name: Git commit compressed surrealdb_wasm assets
4444
run: |

0 commit comments

Comments
 (0)