Skip to content

Commit 6439441

Browse files
committed
fix artifact uploads
1 parent 20eaab5 commit 6439441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
- name: Upload NuGet packages
3232
uses: actions/upload-artifact@v4
3333
with:
34-
name: packages
34+
name: packages-${{ matrix.os }}
3535
path: release/

0 commit comments

Comments
 (0)