Skip to content

Commit

Permalink
ci: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 16, 2023
1 parent 1c6f72d commit 67163d6
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,7 @@ jobs:
tag: "v0.1.0-alpha.15"
# latest: true
fileName: "*"

- name: Download Contracts
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'icon-project/IBC-Integration'
version: 'tags/v0.1.0-alpha.15'
regex: true
file: "*-optimized\\.jar"
target: 'downloads/'
token: ${{ secrets.GITHUB_TOKEN }}
out-file-path: "downloads"

- name: List Download Files
run: ls -l downloads/
Expand Down

0 comments on commit 67163d6

Please sign in to comment.