Skip to content

Commit

Permalink
Update publish-to-nuget.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tynamix authored Aug 2, 2024
1 parent 23eef05 commit 7dacdcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: nuget
if-no-files-found: error
retention-days: 7
path: ${{ env.NuGetDirectory }}/*.nupkg
path: ${{ env.NuGetDirectory }}/*.*nupkg

validate_nuget:
runs-on: windows-latest
Expand Down

0 comments on commit 7dacdcf

Please sign in to comment.