Skip to content

Commit

Permalink
Activate WASM optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 12, 2022
1 parent f125e59 commit 9ed5ee9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,11 @@ jobs:
- name: Build Release
run: |
cargo make release
- name: optimize
uses: NiklasEi/wasm-opt@v0
with:
file: build/web/target/oicana.wasm
output: build/web/target/oicana.wasm
- name: Zip release
uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit 9ed5ee9

Please sign in to comment.