Skip to content

Commit

Permalink
Fix workflow script and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
claudijo committed Nov 11, 2023
1 parent f4cc439 commit 9d825f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:
sudo apt install binaryen
- name: Optimize
working-directory: ./wasm
run: |
wasm-opt -O -ol 100 -s 100 -o wasm/${{ env.binary }}.wasm wasm/${{ env.binary }}.wasm
wasm-opt -O -ol 100 -s 100 -o ${{ env.binary }}.wasm ${{ env.binary }}.wasm
- name: Package as a zip
working-directory: ./wasm
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pirate-sea-jam"
version = "0.7.5"
version = "0.7.6"
edition = "2021"
license = "MIT OR Apache-2.0"

Expand Down

0 comments on commit 9d825f3

Please sign in to comment.