Skip to content

Commit 45ca69d

Browse files
author
Lessley Dennington
committed
release: correct nupkg path for publishing
When we began signing the .NET tool in 80cc677, we did not update the path used for publishing to nuget.org. Fixing with this change.
1 parent 9ef3fcc commit 45ca69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,5 +795,5 @@ jobs:
795795
796796
- name: Publish .NET tool to nuget.org
797797
run: |
798-
dotnet nuget push dotnet-tool-sign/signed/*.nupkg \
798+
dotnet nuget push dotnet-tool-sign/*.nupkg \
799799
--api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)