Skip to content

Commit 3646b2e

Browse files
committed
Fix artifact name for download
1 parent 673ac6a commit 3646b2e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- name: Download NuGet Packages Artifact
9999
uses: actions/download-artifact@v4
100100
with:
101-
name: nuget
101+
name: NuGet Packages
102102
path: ${{ env.NuGetDirectory }}
103103

104104
# Validate metadata and content of the NuGet package

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Download NuGet Packages Artifact
6262
uses: actions/download-artifact@v4
6363
with:
64-
name: nuget
64+
name: NuGet Packages
6565
path: ${{ env.NuGetDirectory }}
6666

6767
- name: Setup Dotnet

0 commit comments

Comments
 (0)