Skip to content

Commit 7dacdcf

Browse files
authored
Update publish-to-nuget.yml
1 parent 23eef05 commit 7dacdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: nuget
3737
if-no-files-found: error
3838
retention-days: 7
39-
path: ${{ env.NuGetDirectory }}/*.nupkg
39+
path: ${{ env.NuGetDirectory }}/*.*nupkg
4040

4141
validate_nuget:
4242
runs-on: windows-latest

0 commit comments

Comments
 (0)