Skip to content

Commit 9a4313f

Browse files
committed
fix github cicd
Signed-off-by: virtual <1185513330@qq.com>
1 parent a1b0774 commit 9a4313f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-dotnet@v1
1919
with:
20-
dotnet-version: 8.0.x
20+
dotnet-version: 9.0.x
2121

2222
- name: Build All
2323
run: .\build-all-release.ps1 -f

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111
- uses: actions/setup-dotnet@v1
1212
with:
13-
dotnet-version: 8.0.x
13+
dotnet-version: 9.0.x
1414

1515
- name: Build All
1616
run: .\build-all-release.ps1 -f

0 commit comments

Comments
 (0)