Skip to content

Commit

Permalink
Merge pull request #10517 from geekosaur/prerelease-no-path
Browse files Browse the repository at this point in the history
make sure downloaded artifacts are all in the same dir
  • Loading branch information
mergify[bot] authored Nov 4, 2024
2 parents 48d2306 + bf08938 commit 9f62de9
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 9f62de9

Please sign in to comment.