Skip to content

Commit

Permalink
Merge pull request #35 from paseo-network/bug-gh-action
Browse files Browse the repository at this point in the history
Fix build runtime pipeline
  • Loading branch information
hbulgarini committed Feb 14, 2024
2 parents 66397c9 + b78675a commit 02c86f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
strategy:
matrix:
runtime: ["paseo"]
path: "relay/paseo"
profile: "production"
package: "paseo-runtime"
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand All @@ -34,8 +31,8 @@ jobs:
uses: chevdor/srtool-actions@v0.9.1
with:
chain: ${{ matrix.runtime }}
package: ${{ matrix.package }}
runtime_dir: ${{ matrix.path }}
package: "paseo-runtime"
runtime_dir: "relay/paseo"
profile: "production"

- name: Store srtool digest to disk
Expand Down

0 comments on commit 02c86f1

Please sign in to comment.