Skip to content

Commit a83cbb5

Browse files
committed
Publish artifacts
1 parent 9f7d273 commit a83cbb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dotnet.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ jobs:
2626
run: dotnet build --no-restore
2727
- name: Test
2828
run: dotnet test --no-build --verbosity normal
29+
- name: Upload artifacts
30+
uses: actions/upload-artifact@v4
31+
with:
32+
path: ${{ github.workspace }}/**/*.dll

0 commit comments

Comments
 (0)