Skip to content

Commit

Permalink
Fixes publish runtime wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystalin committed Feb 17, 2021
1 parent adbdc99 commit 548d0fc
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 @@ -418,7 +418,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.publish-draft-release.outputs.asset_upload_url }}
asset_path: build/runtime.wasm
asset_path: build/alphanet/parachain-runtime.wasm
asset_name: runtime-v${{ steps.get-runtime-ver.outputs.runtime_ver }}.wasm
asset_content_type: application/wasm
- name: Upload binary
Expand Down

0 comments on commit 548d0fc

Please sign in to comment.