diff options
author | Dmitry Misharov <dmitry@openssl.org> | 2024-03-22 12:01:53 +0100 |
---|---|---|
committer | Dmitry Misharov <dmitry@openssl.org> | 2024-03-22 12:02:58 +0100 |
commit | 395ab201a7f99ebe2b1598890c9a43081867d226 (patch) | |
tree | 590100821540ee11d61875539ebef0e2dddb1171 /.github | |
parent | Make counters in rcu/rw threads torture test 64 bit (diff) | |
download | openssl-395ab201a7f99ebe2b1598890c9a43081867d226.tar.xz openssl-395ab201a7f99ebe2b1598890c9a43081867d226.zip |
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
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 |