Skip to content

Commit

Permalink
fix runtime-wasm filename
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi committed Nov 20, 2024
1 parent afc7321 commit 1f5c502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.release.outputs.asset_upload_url }}
asset_path: "${{ matrix.runtime }}-runtime-${{ github.sha }}/${{ matrix.runtime }}_runtime.compact.compressed.wasm"
asset_path: "${{ matrix.runtime }}-runtime-${{ github.sha }}/${{ matrix.runtime.replace('-', '_') }}_runtime.compact.compressed.wasm"
asset_name: ${{ matrix.runtime }}_runtime-v${{ steps.get-runtime-ver.outputs.runtime_ver }}.compact.compressed.wasm
asset_content_type: application/wasm

Expand Down

0 comments on commit 1f5c502

Please sign in to comment.