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: fix typo.
tags/v0.6.0
Yaohui Liu
2 years ago
parent
20d8cb1e84
commit
a5e66b31dc
2 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.github/workflows/release-minor-trigger.yml
+2
-1
.github/workflows/release-patch-trigger.yml
+ 2
- 1
.github/workflows/release-minor-trigger.yml
View File
@@ -16,4 +16,5 @@ jobs:
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.x
+ 2
- 1
.github/workflows/release-patch-trigger.yml
View File
@@ -16,4 +16,5 @@ jobs:
- name: Setup .NET 6.0.x SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 6.0.x
Write
Preview
Loading…
Cancel
Save