We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f7d273 commit a83cbb5Copy full SHA for a83cbb5
.github/workflows/dotnet.yml
@@ -26,3 +26,7 @@ jobs:
26
run: dotnet build --no-restore
27
- name: Test
28
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