Skip to content

Commit

Permalink
make sure downloaded artifacts are all in the same dir
Browse files Browse the repository at this point in the history
It seems that when we request multiple artifacts at the same time,
they are by default placed in their own subdirectories. There's a
key to override this; this commit sets it.
  • Loading branch information
geekosaur committed Nov 4, 2024
1 parent 48d2306 commit bf08938
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,7 @@ jobs:
with:
pattern: cabal-*
path: binaries
merge-multiple: true

- name: Create GitHub prerelease
uses: softprops/action-gh-release@v2
Expand All @@ -502,6 +503,7 @@ jobs:
with:
pattern: cabal-*
path: binaries
merge-multiple: true

- run: |
# bash-ism, but we forced bash above
Expand Down

0 comments on commit bf08938

Please sign in to comment.