Skip to content

Commit a989c42

Browse files
Merge pull request #186 from paritytech/fix/ci-paseo
Paseo CI: Copy artefacts in the correct folder
2 parents 27f7e65 + 3d747bf commit a989c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deterministic-runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ jobs:
145145
- name: Rename paseo wasm
146146
if: github.event_name == 'release'
147147
run: |
148-
cp `dirname ${{ steps.srtool_build.outputs.wasm }}`/${{ matrix.runtime }}_runtime.compact.compressed.wasm `dirname ${{ steps.srtool_build.outputs.wasm }}`/${{ matrix.runtime }}-paseo_runtime.compact.compressed.wasm
148+
cp `dirname ${{ steps.srtool_build.outputs.wasm }}`/${{ matrix.runtime }}_runtime.compact.compressed.wasm ${{ matrix.runtime }}-paseo_runtime.compact.compressed.wasm
149149
- name: Archive Runtime
150150
if: github.event_name != 'release'
151151
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)