Skip to content

Commit bb3c305

Browse files
authored
release: correct nupkg path for publishing (#995)
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.
2 parents 9ef3fcc + 45ca69d commit bb3c305

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)