Skip to content

Commit 38604b6

Browse files
authored
Update release.yml to use Linux artifacts for NuGet publish
Signed-off-by: Richard Murillo <[email protected]>
1 parent fa2ef82 commit 38604b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/download-artifact@v4
3131
with:
3232
path: packages
33-
pattern: packages-windows-*
33+
pattern: packages-ubuntu-*
3434
merge-multiple: true
3535
- name: Publish NuGet package
3636
shell: pwsh

0 commit comments

Comments
 (0)