Skip to content

Commit

Permalink
ci: file globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 17, 2023
1 parent fabe6fb commit e08cba2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,16 @@ jobs:
fileName: "*.jar"
out-file-path: "./.github/scripts/IBC-Integration/artifacts/icon"


- name: Download Cosmwasm Contracts
uses: robinraju/[email protected]
with:
repository: "icon-project/IBC-Integration"
tag: "${{ steps.vars.outputs.tag }}"
# latest: true
fileName: "*.wasm"
out-file-path: "./.github/scripts/IBC-Integration/artifacts/archway"

- name: List Download Files
run: |
ls -l ${GITHUB_WORKSPACE}/.github/scripts/IBC-Integration/artifacts/icon
Expand Down

0 comments on commit e08cba2

Please sign in to comment.