Skip to content

Commit ff6733e

Browse files
committed
2 parents cb20d96 + b779a41 commit ff6733e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '8.0.x' # 根据你的项目需要选择合适的.NET版本
21+
dotnet-version: '8.0.x'
2222

2323
- name: Restore dependencies
2424
run: dotnet restore
@@ -37,7 +37,7 @@ jobs:
3737
shell: powershell
3838

3939
- name: Upload artifact
40-
uses: actions/upload-artifact@v3
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: build-artifact
4343
path: ./zip/build-artifact.zip

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
[![Build](https://github.com/wzyyyyyyy/JLUiCourse/actions/workflows/dotnet.yml/badge.svg)](https://github.com/wzyyyyyyy/JLUiCourse/actions/workflows/dotnet.yml)
1+
[![Build](https://github.com/wzyyyyyyy/JLUiCourse/actions/workflows/dotnet.yml/badge.svg)](https://github.com/wzyyyyyyy/JLUiCourse/actions/workflows/dotnet.yml) ![downloads](https://img.shields.io/github/downloads/wzyyyyyyy/JLUiCourse/total.svg)
2+
23
### 如果觉得不错的话,就给我一个star吧,安卓版本制作中
34

45
## 使用方法

0 commit comments

Comments
 (0)