Skip to content

Commit bb1c481

Browse files
committed
actually correct mac names (google-gemini#8832)
1 parent ffb7eae commit bb1c481

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
121121
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
122122
with:
123-
name: 'test-results-fork-${{ matrix.node-version }}-linux'
123+
name: 'test-results-fork-${{ matrix.node-version }}-${{ runner.os }}'
124124
path: 'packages/*/junit.xml'
125125

126126
test_slow_platforms:
@@ -180,7 +180,7 @@ jobs:
180180
${{ always() && (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
181181
uses: 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' # ratchet:actions/upload-artifact@v4
182182
with:
183-
name: 'test-results-fork-${{ matrix.node-version }}-linux'
183+
name: 'test-results-fork-${{ matrix.node-version }}-${{ runner.os }}'
184184
path: 'packages/*/junit.xml'
185185

186186
- name: 'Upload coverage reports'

0 commit comments

Comments
 (0)