Skip to content

Commit

Permalink
Fix the release action
Browse files Browse the repository at this point in the history
Perform variable substitution using GH's template
  • Loading branch information
flavio committed Apr 14, 2021
1 parent 72e487c commit c8874e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build Wasm module
uses: docker://tinygo/tinygo-dev:latest
with:
args: tinygo build -o ${WASM_BINARY_NAME} -target=wasi -no-debug .
args: tinygo build -o ${{ env.WASM_BINARY_NAME }} -target=wasi -no-debug .

-
name: Login to GitHub Container Registry
Expand Down

0 comments on commit c8874e9

Please sign in to comment.