fix uploading artifacts for paramertrized jobs

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23933)
This commit is contained in:
Dmitry Misharov 2024-03-22 12:01:53 +01:00
parent b50c174ee3
commit 395ab201a7

View File

@ -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