From 395ab201a7f99ebe2b1598890c9a43081867d226 Mon Sep 17 00:00:00 2001 From: Dmitry Misharov Date: Fri, 22 Mar 2024 12:01:53 +0100 Subject: fix uploading artifacts for paramertrized jobs Reviewed-by: Hugo Landau Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23933) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 019331b471..91037d8a29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -236,7 +236,7 @@ jobs: - name: save artifacts uses: actions/upload-artifact@v4 with: - name: "ci@no-shared-macos" + name: "ci@no-shared-${{ matrix.os }}" path: artifacts/ non-caching: @@ -553,7 +553,7 @@ jobs: - name: save artifacts uses: actions/upload-artifact@v4 with: - name: "ci@out-of-readonly-source-and-install-macos" + name: "ci@out-of-readonly-source-and-install-${{ matrix.os }}" path: build/artifacts/ - name: make install run: make install -- cgit v1.2.3