Skip to content

Commit 56db82a

Browse files
authored
Fix path for NuGet artifacts (#55)
1 parent 0fb7edc commit 56db82a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,5 +138,5 @@ jobs:
138138

139139
- name: Publish to NuGet
140140
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
141-
working-directory: .
141+
working-directory: ${{ github.workspace }}
142142
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

Comments
 (0)