mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 15:55:49 +00:00
Trying to fix sed expression?
This commit is contained in:
@@ -261,7 +261,7 @@ jobs:
|
|||||||
id: fix-runtime-path
|
id: fix-runtime-path
|
||||||
run: |
|
run: |
|
||||||
cd "${{ matrix.runtime }}-runtime/"
|
cd "${{ matrix.runtime }}-runtime/"
|
||||||
mv "$(sed -E 's/-(.*)/_\1/' <<< ${{ matrix.runtime }})_runtime.compact.compressed.wasm" "${{ matrix.runtime }}_runtime.compact.compressed.wasm" || true
|
mv "$(sed -E 's/- */_/g' <<< ${{ matrix.runtime }})_runtime.compact.compressed.wasm" "${{ matrix.runtime }}_runtime.compact.compressed.wasm" || true
|
||||||
|
|
||||||
- name: Upload compressed ${{ matrix.runtime }} wasm
|
- name: Upload compressed ${{ matrix.runtime }} wasm
|
||||||
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
|
uses: actions/upload-release-asset@e8f9f06c4b078e705bd2ea027f0926603fc9b4d5 # v1.0.2
|
||||||
|
|||||||
Reference in New Issue
Block a user