Browse Source

ci: try to fix error of pushing package.

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

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

@@ -56,4 +56,4 @@ jobs:
path: './temp' path: './temp'


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

Loading…
Cancel
Save