Skip to content

Commit

Permalink
✨ feature: Add PDB files to Release (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCarrol authored Nov 5, 2024
1 parent 93397c4 commit 0879e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-creates-nuget-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
with:
name: ${{ github.event.repository.name }} ${{ steps.getVer.outputs.result }}
tag: ${{ github.ref_name }}
artifacts: "${{ github.event.repository.name }}/bin/Release/*.nupkg,${{ github.event.repository.name }}/bin/Release/net8.0/**.dll,${{ github.event.repository.name }}/bin/Release/net8.0/**.xml"
artifacts: "${{ github.event.repository.name }}/bin/Release/*.nupkg,${{ github.event.repository.name }}/bin/Release/net8.0/**.dll,${{ github.event.repository.name }}/bin/Release/net8.0/**.pdb,${{ github.event.repository.name }}/bin/Release/net8.0/**.xml"
generateReleaseNotes: true

- name: ${{ format('Published NuGet Package [{0}]', steps.getVer.outputs.result) }}
Expand Down

0 comments on commit 0879e87

Please sign in to comment.