We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9374ba2 commit 4474df1Copy full SHA for 4474df1
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Examine bin
26
run: ls -r bin
27
- name: Publish NuGets (if this version not published before)
28
- run: dotnet nuget push bin\FSharp.Control.AsyncSeq.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2021 }} --skip-duplicate
+ run: dotnet nuget push bin/FSharp.Control.AsyncSeq.*.nupkg -s https://api.nuget.org/v3/index.json -k ${{ secrets.NUGET_ORG_TOKEN_2021 }} --skip-duplicate
29
30
# NUGET_ORG_TOKEN_2021 is listed in "Repository secrets" in https://github.com/fsprojects/FSharp.Control.AsyncSeq/settings/secrets/actions
31
# note, the nuget org token expires around 24 July 2022
0 commit comments