Skip to content
Snippets Groups Projects
Commit b5a268e6 authored by Mara Broda's avatar Mara Broda :coffee: Committed by GitHub
Browse files

ci: fix publish-runtimes for parachains containing - in name (v2) (#959)

parent 5956c70a
Branches
No related merge requests found
......@@ -195,7 +195,7 @@ jobs:
- name: Fix parachain runtime name
id: fix-runtime-path
run: |
cd "$RUNTIME_DIR"
cd "${{ matrix.runtime }}-runtime/"
mv "$(sed 's/-parachain/_parachain/' <<< ${{ matrix.runtime }})_runtime.compact.compressed.wasm" "${{ matrix.runtime }}_runtime.compact.compressed.wasm" || true
- name: Upload compressed ${{ matrix.runtime }} wasm
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment