From f475e2cab2eea33637ae73842bb7b74f67e301b3 Mon Sep 17 00:00:00 2001 From: Userdocs <16525024+userdocs@users.noreply.github.com> Date: Sat, 23 Dec 2023 16:27:12 +0000 Subject: [PATCH] Update matrix-mcm-build-and-release.yml https://github.com/actions/upload-artifact/issues/478 --- .github/workflows/matrix-mcm-build-and-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/matrix-mcm-build-and-release.yml b/.github/workflows/matrix-mcm-build-and-release.yml index 0df3b52..20668d4 100644 --- a/.github/workflows/matrix-mcm-build-and-release.yml +++ b/.github/workflows/matrix-mcm-build-and-release.yml @@ -130,7 +130,7 @@ jobs: - name: Docker - upload artifacts uses: actions/upload-artifact@v4 with: - name: "qbt-musl-cross-make" + name: "qbt-musl-cross-make-${{ matrix.runs-on }}" path: "build/${{ matrix.arch_type }}.tar.xz" release: @@ -148,6 +148,10 @@ jobs: - name: Host - Download artifacts uses: actions/download-artifact@v4 + with: + path: qbt-musl-cross-make + pattern: qbt-musl-cross-make-* + merge-multiple: true - name: set release info from custom/versions.mak run: cp -f custom/versions.mak release_body.md