Browse Source
Merge pull request #210 from AsakusaRinne/auto_release_ci
ci: try to fix error of pushing package.
tags/v0.6.0
Rinne
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.github/workflows/release.yml
|
|
|
@@ -11,5 +11,8 @@ env: |
|
|
|
|
|
|
|
jobs: |
|
|
|
release_to_nuget: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- name: Push LLamaSharp packages to nuget.org |
|
|
|
run: dotnet nuget push ./temp/LLamaSharp*.nupkg --source https://www.nuget.org -k ${{ secrets.LLAMA_SHARP_NUGET_KEY }} --skip-duplicate |