Skip to content

Commit

Permalink
Distribute emscripten and wabt
Browse files Browse the repository at this point in the history
  • Loading branch information
lupyuen committed Oct 16, 2020
1 parent ec8ea50 commit ba6eaca
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion .github/workflows/simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,4 +259,20 @@ jobs:
/tmp/lvgl-wasm/wasm/*.html
/tmp/lvgl-wasm/wasm/*.js
/tmp/lvgl-wasm/wasm/*.wasm
/tmp/lvgl-wasm/wasm/*.txt
/tmp/lvgl-wasm/wasm/*.txt
# For distributing emscripten
- name: Upload emscripten
uses: actions/upload-artifact@v2
with:
name: emsdk
path: |
/tmp/emsdk
# For distributing wabt
- name: Upload wabt
uses: actions/upload-artifact@v2
with:
name: wabt
path: |
/tmp/wabt

0 comments on commit ba6eaca

Please sign in to comment.