Browse Source

ci: try to fix error of pushing package.

tags/v0.6.0
Yaohui Liu 2 years ago
parent
commit
99ecfd3e5b
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/release.yml

+ 3
- 3
.github/workflows/release.yml View File

@@ -22,6 +22,6 @@ jobs:

- name: Push LLamaSharp packages to nuget.org
run: |
ls
ls ./temp
dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate
ls
ls ./temp
dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate

Loading…
Cancel
Save