Skip to content

Commit 6269a4c

Browse files
committed
tired
1 parent 1e8916d commit 6269a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-razorui.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Validate package
6565
run: |
66-
for file in $(find ${{ env.NuGetDirectory }} -name "*.nupkg")
66+
for file in $(find ${{ env.NuGetDirectory }} -name "*.symbols.nupkg")
6767
do
6868
meziantou.validate-nuget-package $file
6969
done

0 commit comments

Comments
 (0)