mirror of https://github.com/YosysHQ/yosys.git
Upload emscripten artifact
This commit is contained in:
parent
5490f94e82
commit
f9b6fe521d
|
@ -17,4 +17,8 @@ jobs:
|
|||
- name: Build
|
||||
run: |
|
||||
make config-emcc
|
||||
make
|
||||
make YOSYS_VER=latest
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: yosysjs
|
||||
path: yosysjs-latest.zip
|
||||
|
|
Loading…
Reference in New Issue