Skip to content

Commit

Permalink
set asset name accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
ecioppettini committed Sep 16, 2021
1 parent 9b4b500 commit b05c001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
- run: echo "asset_name=wasm2js" >> $GITHUB_ENV
if: ${{ matrix.wasm2js }}

- run: echo "asset_name={{ matrix.target }}" >> $GITHUB_ENV
- run: echo "asset_name=${{ matrix.target }}" >> $GITHUB_ENV
if: ${{ !matrix.wasm2js }}

- name: Upload binaries to release
Expand Down

0 comments on commit b05c001

Please sign in to comment.