Skip to content

Commit

Permalink
ci: use file globbing
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan committed Aug 16, 2023
1 parent 04c7c8c commit 55657b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ jobs:
with:
repo: 'icon-project/IBC-Integration'
version: 'tags/v0.1.0-alpha.15'
file: 'ibc-0.1.0-optimized.jar'
regex: true
file: "*"
target: 'artifacts/'
token: ${{ secrets.GITHUB_TOKEN }}

- name: List Download Files
Expand Down

0 comments on commit 55657b2

Please sign in to comment.