Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Update nuget-cliargsparser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaSasDev authored Sep 5, 2024
1 parent 7fdf410 commit 751d952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nuget-cliargsparser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: dotnet build src/CliArgsParser --configuration Release

- name: Create NuGet package
run: nuget pack src/CliArgsParser/CliArgsParser.nuspec -OutputDirectory ./nupkgs
run: nuget pack CliArgsParser.nuspec -OutputDirectory ./nupkgs

- name: Publish to NuGet
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json

0 comments on commit 751d952

Please sign in to comment.