Skip to content

Commit 0c3a1f4

Browse files
committed
fix coverlet artifacts
1 parent 018c7cf commit 0c3a1f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142
- name: Archive Coverlet Results
143143
uses: actions/upload-artifact@v4
144144
with:
145-
name: Coverlet Results Windows
145+
name: Coverlet Results Windows .NET Framework
146146
path: coverlet
147147

148148
Windows-Integration-Tests-Net:
@@ -184,7 +184,7 @@ jobs:
184184
- name: Archive Coverlet Results
185185
uses: actions/upload-artifact@v4
186186
with:
187-
name: Coverlet Results Windows
187+
name: Coverlet Results Windows .NET
188188
path: coverlet
189189

190190
Publish:

0 commit comments

Comments
 (0)