Skip to content

Commit

Permalink
WIP: fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent da71b4f commit 2554d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "paritytech/cumulus"
file: "rococo-parachain_runtime-*.wasm"
file: "rococo-parachain_runtime(.*)wasm"
regex: true
target: "./test.wasm"
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit 2554d1d

Please sign in to comment.