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 a83cbb5 commit 67d7acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
path: ${{ github.workspace }}/**/*.dll
path: ${{ github.workspace }}/bin/Debug/net*/*.dll

0 comments on commit 67d7acc

Please sign in to comment.