Skip to content

Commit a4e5472

Browse files
committed
update dotnet.yml
1 parent 570d8e9 commit a4e5472

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
7.0.x
3131
3232
- name: Build
33-
run: dotnet build -c Release
33+
run: dotnet build -c Release
3434
working-directory: src
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal
@@ -44,7 +44,7 @@ jobs:
4444
- name: Upload .NET 6
4545
uses: actions/upload-artifact@v3
4646
with:
47-
name: .NET 7
47+
name: .NET 6
4848
path: src/EleCho.GoCqHttpSdk*/bin/Release/net6.0/*.dll
4949
- name: Upload .NET 7
5050
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)