Skip to content

Commit

Permalink
fixed release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucifer1708 committed May 28, 2024
1 parent 1a65816 commit 4ae90be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: release wasm

on:
push:
on: development
on: development

jobs:
release:
Expand All @@ -25,6 +25,11 @@ jobs:
target: wasm32-unknown-unknown
override: true

- uses: sigoden/install-binary@v1
with:
repo: WebAssembly/binaryen
name: wasm-opt

- name: Build WASM files
run: bash ./build.sh all
env:
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

CWD=`pwd`;

Expand Down

0 comments on commit 4ae90be

Please sign in to comment.