diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e3de645a..461c4486c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,8 +46,8 @@ jobs: make production-release mkdir -p ${{ github.workspace }}/artifacts mv ${{ github.workspace }}/target/production/bifrost ${{ github.workspace }}/artifacts/ - mv ${{ github.workspace }}/artifacts/runtime/bifrost-kusama/target/srtool/release/wbuild/bifrost-kusama-runtime/bifrost_kusama_runtime.compact.compressed.wasm ${{ github.workspace }}/artifacts/ - mv ${{ github.workspace }}/artifacts/runtime/bifrost-polkadot/target/srtool/release/wbuild/bifrost-polkadot-runtime/bifrost_polkadot_runtime.compact.compressed.wasm ${{ github.workspace }}/artifacts/ + mv ${{ github.workspace }}/artifacts/runtime/bifrost-kusama/target/srtool/production/wbuild/bifrost-kusama-runtime/bifrost_kusama_runtime.compact.compressed.wasm ${{ github.workspace }}/artifacts/ + mv ${{ github.workspace }}/artifacts/runtime/bifrost-polkadot/target/srtool/production/wbuild/bifrost-polkadot-runtime/bifrost_polkadot_runtime.compact.compressed.wasm ${{ github.workspace }}/artifacts/ pushd ${{ github.workspace }}/artifacts sha256sum bifrost | tee bifrost.sha256 shasum -c bifrost.sha256 diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 44617bf37..2cdcacfa8 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -23,12 +23,11 @@ jobs: - name: Srtool build id: srtool_build - uses: chevdor/srtool-actions@v0.9.2 + uses: chevdor/srtool-actions@v0.8.0 env: BUILD_OPTS: "--features on-chain-release-build" - PARACHAIN_PALLET_ID: "0x05" - AUTHORIZE_UPGRADE_PREFIX: "0x02" with: + profile: production chain: ${{ matrix.chain }} runtime_dir: runtime/${{ matrix.chain }} - name: Summary