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 682386d commit 548c377
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'icon-project/IBC-Integration'
# version: 'tags/v0.1.0-alpha.15'
version: 'tags/v0.1.0-alpha.15'
regex: true
file: "*\\-optimized.jar"
file: "*-optimized\\.jar"
target: 'downloads/'
token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 548c377

Please sign in to comment.