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 f052075 commit 9845abcCopy full SHA for 9845abc
.github/workflows/push.yml
@@ -43,5 +43,5 @@ jobs:
43
44
- name: Publish NuGets (if versions not published before)
45
if: matrix.os != 'windows-latest'
46
- run: dotnet nuget push bin\FSharp.TypeProviders.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN }} --skip-duplicate
+ run: dotnet nuget push bin/FSharp.TypeProviders.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN }} --skip-duplicate
47
0 commit comments