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 55657b2 commit 98edd16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-relay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
repo: 'icon-project/IBC-Integration'
version: 'tags/v0.1.0-alpha.15'
regex: true
file: "*"
target: 'artifacts/'
file: "*\\.jar"
target: 'downloads/'
token: ${{ secrets.GITHUB_TOKEN }}

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

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
Expand Down

0 comments on commit 98edd16

Please sign in to comment.