Skip to content

Commit 459236b

Browse files
authored
Update CreateSignNuGet.yml
1 parent f3b1742 commit 459236b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CreateSignNuGet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686

8787
- uses: actions/upload-artifact@v4
8888
with:
89-
name: NugetPackages
89+
name: SignedNugetPackages
9090
path: "${{ steps.findcreatednuget.outputs.nugetPackageName }}"
9191
push:
9292
if: github.ref_type == 'tag'
@@ -98,7 +98,7 @@ jobs:
9898
id: downloadSignedNuGet
9999
uses: actions/download-artifact@v4
100100
with:
101-
name: NugetPackages
101+
name: SignedNugetPackages
102102

103103
- name: Find Nuget
104104
id: findcreatednuget

0 commit comments

Comments
 (0)