Skip to content

Commit

Permalink
Make Wasm optimized again
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Mar 25, 2022
1 parent e48e9c2 commit 197b4a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,11 +146,10 @@ jobs:
- name: Build Release
run: |
trunk build --release
# - name: optimize Wasm
# uses: NiklasEi/wasm-opt@v1
# with:
# file: build/web/target/wasm_bg.wasm
# output: build/web/target/wasm_bg.wasm
- name: optimize Wasm
uses: NiklasEi/wasm-opt@v2
with:
file: build/web/target/*.wasm
- name: Zip release
uses: vimtor/action-zip@v1
with:
Expand Down

0 comments on commit 197b4a5

Please sign in to comment.