diff options
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 |