mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-25 19:57:56 +00:00
CI: Fix build-and-attach-release-runtimes.yml (#2471)
Incorporate suggestion from release team to get this workflow working. edit: worked on this test GH release: https://github.com/paritytech/polkadot-sdk/releases/tag/liam-debug-ghw. let's try it.
This commit is contained in:
@@ -3,7 +3,7 @@ name: Build and Attach Runtimes to Releases/RC
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
- published
|
||||
|
||||
env:
|
||||
PROFILE: production
|
||||
@@ -44,12 +44,6 @@ jobs:
|
||||
runtime_dir: ${{ matrix.runtime.path }}
|
||||
profile: ${{ env.PROFILE }}
|
||||
|
||||
- name: Build Summary
|
||||
run: |
|
||||
echo "${{ steps.srtool_build.outputs.json }}" | jq . > ${{ matrix.runtime.name }}-srtool-digest.json
|
||||
cat ${{ matrix.runtime.name }}-srtool-digest.json
|
||||
echo "Runtime location: ${{ steps.srtool_build.outputs.wasm }}"
|
||||
|
||||
- name: Set up paths and runtime names
|
||||
id: setup
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user