Skip to content

Commit

Permalink
fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Sep 30, 2023
1 parent baf2c00 commit 1071f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: go test -v .
-
name: Build
run: /usr/bin/env bash ./cmds/mcla/build.sh -opt=z -no-debug -ldflags="-X 'main.version=${GITHUB_REF#refs/*/}'"
run: /usr/bin/env bash ./cmds/mcla/build.sh -ldflags="-X 'main.version=${GITHUB_REF#refs/*/}'"
-
name: Upload Release Assets
uses: zyxkad/upload-release-asset-dir@v1
Expand All @@ -68,7 +68,7 @@ jobs:
name: Build wasm
run: |
mkdir output
/usr/bin/env bash ./cmds/mcla_wasm/build.sh -o ./output/mcla.wasm -ldflags="-X 'main.version=${GITHUB_REF#refs/*/}'"
/usr/bin/env bash ./cmds/mcla_wasm/build.sh -o ./output/mcla.wasm -opt=z -no-debug -ldflags="-X 'main.version=${GITHUB_REF#refs/*/}'"
cp ./cmds/mcla_wasm/wasm_exec.js ./output/wasm_exec.js
-
name: Upload wasm output to artifact
Expand Down

0 comments on commit 1071f8e

Please sign in to comment.