mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Update wasm.yml
This commit is contained in:
parent
8e59b34338
commit
a11ca1a1b7
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
-DCMAKE_CXX_FLAGS="-s DISABLE_EXCEPTION_CATCHING=0" \
|
-DCMAKE_CXX_FLAGS="-s DISABLE_EXCEPTION_CATCHING=0" \
|
||||||
..;
|
..;
|
||||||
make
|
make
|
||||||
tar -cvf z3-build-wasm.tar *.jar *.so
|
tar -cvf z3-build-wasm.tar *.a
|
||||||
|
|
||||||
- name: Archive production artifacts
|
- name: Archive production artifacts
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
|
Loading…
Reference in a new issue