Skip to content

Commit

Permalink
release-upload.yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-marinica committed Jul 11, 2022
1 parent 579dff8 commit a2e1d26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: |
source .github/workflows/env
pip3 install erdpy
- name: Install wasm-opt
run: |
erdpy deps install nodejs
erdpy deps install wasm-opt
- name: Build project example outputs
run: |
./zip-example-wasm.sh
Expand Down

0 comments on commit a2e1d26

Please sign in to comment.