mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Upload emscripten artifact
This commit is contained in:
parent
5490f94e82
commit
f9b6fe521d
6
.github/workflows/emcc.yml
vendored
6
.github/workflows/emcc.yml
vendored
|
@ -17,4 +17,8 @@ jobs:
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make config-emcc
|
make config-emcc
|
||||||
make
|
make YOSYS_VER=latest
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: yosysjs
|
||||||
|
path: yosysjs-latest.zip
|
||||||
|
|
Loading…
Reference in a new issue