Skip to content

Commit 648ef61

Browse files
author
Nicholas Bergesen
authored
Update PublishNugetPackage.yml
1 parent 643cfdd commit 648ef61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/PublishNugetPackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
- name: Publish
3232
run: dotnet pack -c Release
3333
- name: Push to Nuget
34-
run: dotnet nuget push ./Robots/bin/Release/RobotsSharpParser.2.0.2.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
34+
run: dotnet nuget push ./Nick.RobotsParser/bin/Release/NickRobotsParser.2.0.3.nupkg --api-key ${{ secrets.NUGETAPIKEY }} -s https://api.nuget.org/v3/index.json
3535
- name: Clean
3636
run: dotnet clean

0 commit comments

Comments
 (0)