We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fb7edc commit 56db82aCopy full SHA for 56db82a
1 file changed
.github/workflows/build.yml
@@ -138,5 +138,5 @@ jobs:
138
139
- name: Publish to NuGet
140
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
141
- working-directory: .
+ working-directory: ${{ github.workspace }}
142
run: dotnet nuget push "artifacts/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments