From f2401a07c21ade163b93ea05308ff8c617b77f59 Mon Sep 17 00:00:00 2001 From: Romein van Buren Date: Sat, 3 Jun 2023 18:32:30 +0200 Subject: [PATCH] CI: flatten bundle --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 06b20ea..7b4b834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -101,7 +101,7 @@ jobs: - name: Place all tarballs in the same directory run: | mkdir bundle - mv artifacts/* bundle + mv artifacts/*/* bundle - name: Upload the bundle as an artifact uses: actions/upload-artifact@v3