Skip to content

Commit 9e50c9b

Browse files
committed
Fix duplicate artifact name in github CI
Signed-off-by: Jie Chen <jiechen3@microsoft.com>
1 parent 24ef284 commit 9e50c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
- uses: actions/upload-artifact@v4
391391
if: ${{ github.event_name == 'pull_request' }}
392392
with:
393-
name: test_binaries_${{ matrix.os }}
393+
name: test_binaries_${{ matrix.name }}
394394
path: |
395395
test/containerd-shim-runhcs-v1.test.exe
396396
test/cri-containerd.test.exe

0 commit comments

Comments
 (0)