Skip to content

Commit

Permalink
Publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cschneegans committed Jan 7, 2025
1 parent 9f7d273 commit a83cbb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/**/*.dll

0 comments on commit a83cbb5

Please sign in to comment.