We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8916d commit 6269a4cCopy full SHA for 6269a4c
.github/workflows/publish-razorui.yml
@@ -63,7 +63,7 @@ jobs:
63
64
- name: Validate package
65
run: |
66
- for file in $(find ${{ env.NuGetDirectory }} -name "*.nupkg")
+ for file in $(find ${{ env.NuGetDirectory }} -name "*.symbols.nupkg")
67
do
68
meziantou.validate-nuget-package $file
69
done
0 commit comments