File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 1818 dotnet-version : 2.2.108
1919 - name : Build and Pack
2020 run : dotnet build --configuration Release
21- - name : Setup Nuget.exe
22- uses : warrenbuckley/Setup-Nuget@v1
23- - name : test nuget.exe
24- run : nuget.exe -help
2521 - run : echo github.event {github.event}
2622 - name : Nuget publish
27- shell : pwsh
28- run : nuget.exe push -SkipDuplicate -NonInteractive -Source https://api.nuget.org/v3/index.json -ApiKey ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
23+ run : dotnet nuget push --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/OsmApiClient.0.0.1-beta.4.nupkg
2924 - uses : actions/upload-artifact@v1
3025 with :
3126 name : OsmApiClient.0.0.1-beta.4.nupkg
You can’t perform that action at this time.
0 commit comments