frequency-chain / frequency

Frequency: A Polkadot Parachain
https://www.frequency.xyz
Apache License 2.0
48 stars 18 forks source link

Output the compressed wasm, not the uncompressed #1985

Closed wilwade closed 1 month ago

wilwade commented 1 month ago

Goal

The goal of this PR is use the compressed wasm instead of the uncompressed wasm in the releases.

When reviewing the v1.12.0 release, it was discovered that the srtool output for the wasm instead of the compressed wasm was being used.

This corrects that error by using the correct output from the srtool workflow

image