Skip to content

Commit

Permalink
Merge pull request #182 from paritytech/fix/paseo-paths
Browse files Browse the repository at this point in the history
Fix paseo paths when building runtime
  • Loading branch information
gautamdhameja authored Jul 23, 2024
2 parents 0da0f62 + e24c8cc commit 835f870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deterministic-runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Rename paseo wasm
if: github.event_name == 'release'
run: |
mv ${{ steps.srtool_build.outputs.wasm }}/${{ matrix.runtime }}_runtime.compact.compressed.wasm ${{ steps.srtool_build.outputs.wasm }}/${{ matrix.runtime }}-paseo_runtime.compact.compressed.wasm
mv `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
- name: Archive Runtime
if: github.event_name != 'release'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 835f870

Please sign in to comment.