Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci committed Jun 5, 2024
1 parent 75919c7 commit c5f2da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Run ${{ matrix.runtime }} Runtime Checks
run: |
PACKAGE_NAME=${{ matrix.runtime }}
PACKAGE_NAME=${{ matrix.runtime }}-runtime
RUNTIME_BLOB_NAME=$(echo $PACKAGE_NAME | sed 's/-/_/g').compact.compressed.wasm
RUNTIME_BLOB_PATH=./target/release/wbuild/$PACKAGE_NAME/$RUNTIME_BLOB_NAME
Expand Down

0 comments on commit c5f2da0

Please sign in to comment.