Skip to content

Commit 3266f98

Browse files
committed
update dotnet.yml
1 parent 8bdb898 commit 3266f98

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,20 @@ jobs:
3535
- name: Test
3636
run: dotnet test --no-build --verbosity normal
3737
working-directory: src
38+
39+
- name: Upload .NET Standard2.0
40+
uses: actions/upload-artifact@v3
41+
with:
42+
name: .NET Standard 2.0
43+
path: src/EleCho.GoCqHttpSdk*/bin/Release/netstandard2.0/*.dll
44+
- name: Upload .NET 6
45+
uses: actions/upload-artifact@v3
46+
with:
47+
name: .NET 7
48+
path: src/EleCho.GoCqHttpSdk*/bin/Release/net6.0/*.dll
49+
- name: Upload .NET 7
50+
uses: actions/upload-artifact@v3
51+
with:
52+
name: .NET 7
53+
path: src/EleCho.GoCqHttpSdk*/bin/Release/net7.0/*.dll
54+

0 commit comments

Comments
 (0)