This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
ci: try to fix error of pushing package.
tags/v0.6.0
Yaohui Liu
2 years ago
parent
114b3aa722
commit
b0af0cf4ea
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save