Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: ci finding runtime package
  • Loading branch information
Daanvdplas committed Jul 29, 2024
commit 54afa212f2698e70a9af788511aa3938f7601f90
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
BUILD_OPTS: "--features on-chain-release-build -p pop-runtime-${{ matrix.runtime }}"
with:
chain: ${{ matrix.runtime }}
chain: "pop-runtime-${{ matrix.runtime }}"
path: "runtime/${{ matrix.runtime }}"

- name: Store srtool digest to disk
Expand Down