From bf0893811553df873ee07717dc59afdc684d81ca Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Mon, 4 Nov 2024 11:12:12 -0500 Subject: [PATCH] make sure downloaded artifacts are all in the same dir 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. --- .github/workflows/validate.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 9395720b417..786a3b9902d 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -478,6 +478,7 @@ jobs: with: pattern: cabal-* path: binaries + merge-multiple: true - name: Create GitHub prerelease uses: softprops/action-gh-release@v2 @@ -502,6 +503,7 @@ jobs: with: pattern: cabal-* path: binaries + merge-multiple: true - run: | # bash-ism, but we forced bash above