Skip to content

Commit

Permalink
WIP: fetch polkadot-parachain
Browse files Browse the repository at this point in the history
  • Loading branch information
mikirov committed Jul 27, 2023
1 parent 2aa61fe commit f6f3b71
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/cumulus-stack-overflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,19 @@ jobs:
target: "polkadot"
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}


- name: Fetch Github Release Asset from polkadot-parachain
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: "paritytech/cumulus"
file: "polkadot-parachain"
target: "polkadot-parachain"
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

- name: Add binaries to PATH
run: |
echo "$GITHUB_WORKSPACE" >> $GITHUB_PATH
chmod +x polkadot
chmod +x polkadot-parachain
- name: Fetch Github Release Asset from cumulus
uses: dsaltares/fetch-gh-release-asset@master
Expand Down

0 comments on commit f6f3b71

Please sign in to comment.