Skip to content

Commit

Permalink
Sets merge-multiple to download artifacts into the current directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Feb 21, 2024
1 parent c15208d commit d881077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
steps:

- uses: actions/download-artifact@v4
with:
merge-multiple: true
pattern: EA-Libre.ex?

- name: List compiled files
run: find . -name "*.ex[45]" -type f
Expand Down

0 comments on commit d881077

Please sign in to comment.