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 7cad084 commit 1fe93a2Copy full SHA for 1fe93a2
.github/workflows/publish.yml
@@ -19,12 +19,9 @@ jobs:
19
dotnet-version: 6.0.x
20
- name: Restore dependencies
21
run: dotnet restore
22
- working-directory: src
23
- name: Build
24
run: dotnet build --no-restore -c Release
25
26
- name: Pack
27
- run: dotnet pack -c Release -o ../nupkgs --no-build
28
+ run: dotnet pack -c Release -o nupkgs --no-build
29
- name: Publish
30
run: dotnet nuget push ./nupkgs/*.nupkg --api-key ${{secrets.NUGET_API_KEY}} --skip-duplicate -s https://api.nuget.org/v3/index.json
0 commit comments