summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Misharov <dmitry@openssl.org>2024-03-22 12:01:53 +0100
committerDmitry Misharov <dmitry@openssl.org>2024-03-22 12:02:58 +0100
commit395ab201a7f99ebe2b1598890c9a43081867d226 (patch)
tree590100821540ee11d61875539ebef0e2dddb1171
parentb50c174ee3b11f916285046d52574ba653745083 (diff)
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)
-rw-r--r--.github/workflows/ci.yml4
1 files 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