Skip to content

Commit

Permalink
gh-actions: fix artifact download glob pattern
Browse files Browse the repository at this point in the history
ignore dockerbuild artifacts as those are not meant to be seen by end users
  • Loading branch information
nikp123 committed Sep 5, 2024
1 parent f6956e0 commit 619d0e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- uses: actions/checkout@v3
- run: rm -rf *
- uses: actions/download-artifact@v4
pattern:
xava-*
version.txt
- name: Reorganize release files
run: |
ls -R
Expand Down

0 comments on commit 619d0e2

Please sign in to comment.