From: Dmitry Misharov Date: Fri, 22 Mar 2024 11:01:53 +0000 (+0100) Subject: fix uploading artifacts for paramertrized jobs X-Git-Tag: openssl-3.3.0-beta1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=708e4caa5939797f33d04ba79475fc6382d3b58f;p=thirdparty%2Fopenssl.git 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) (cherry picked from commit 395ab201a7f99ebe2b1598890c9a43081867d226) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39be0bea763..4694c0afb16 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