We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673ac6a commit 3646b2eCopy full SHA for 3646b2e
2 files changed
.github/workflows/build.yml
@@ -98,7 +98,7 @@ jobs:
98
- name: Download NuGet Packages Artifact
99
uses: actions/download-artifact@v4
100
with:
101
- name: nuget
+ name: NuGet Packages
102
path: ${{ env.NuGetDirectory }}
103
104
# Validate metadata and content of the NuGet package
.github/workflows/publish.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
- name: Setup Dotnet
0 commit comments