File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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 : |
You can’t perform that action at this time.
0 commit comments