Skip to content

Commit

Permalink
Replace --source with -Source
Browse files Browse the repository at this point in the history
NuGet.Commands.CommandException: Unknown option: '--source'
  • Loading branch information
hf-aschloegl committed Sep 15, 2021
1 parent c3d9f97 commit a025aa9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/protobuf_v2_legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Nuget push core
run: |
nuget setApiKey ${{ secrets.GITHUB_TOKEN }}
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Extensions/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Reporting/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E-dotnet.Encryption/bin/Release/*.nupkg --source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Extensions/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E.Reporting/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/
nuget push /home/runner/work/BO4E-dotnet/BO4E-dotnet/BO4E-dotnet.Encryption/bin/Release/*.nupkg -Source https://nuget.pkg.github.com/hochfrequenz/

0 comments on commit a025aa9

Please sign in to comment.