We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d63564 commit ec9f9ddCopy full SHA for ec9f9dd
.github/workflows/dotnetcore.yml
@@ -22,5 +22,5 @@ jobs:
22
run: dotnet build --configuration Release
23
- name: Nuget Publish
24
if: success()
25
- run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.nupkg
+ run: dotnet nuget push --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NugetApiKey}} /home/runner/work/OsmApiClient/OsmApiClient/src/bin/Release/*.snupkg
26
.gitignore
@@ -1,3 +1,4 @@
1
.vs
2
bin
3
obj
4
+*.user
0 commit comments