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

Commit

Permalink
Browse files Browse the repository at this point in the history
 into core
  • Loading branch information
AndreasSasDev committed Sep 5, 2024
2 parents 499b666 + 751d952 commit 3b98add
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 3b98add

Please sign in to comment.