Skip to content

Commit

Permalink
Specify an explicit pattern for artifacts to download during a release
Browse files Browse the repository at this point in the history
  • Loading branch information
gruuya committed Aug 15, 2024
1 parent 11bc400 commit de146b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
- name: Get artifacts
uses: actions/download-artifact@v4
with:
pattern: seafowl-nightly-*
path: artifacts
merge-multiple: true

- name: Package artifacts
run: |
Expand Down

0 comments on commit de146b9

Please sign in to comment.