We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101fd6 commit dbe7dd7Copy full SHA for dbe7dd7
1 file changed
.github/workflows/publish.yaml
@@ -112,7 +112,7 @@ jobs:
112
# If some rules are not applicable, you can disable them
113
# using the --excluded-rules or --excluded-rule-ids option
114
- name: Validate package
115
- run: meziantou.validate-nuget-package "$(find ${{ env.NuGetDirectory }} -type f "*.nupkg")" --excluded-rules AssembliesMustBeOptimized
+ run: meziantou.validate-nuget-package "$(ls ${{ env.NuGetDirectory }}/*.nupkg | head -1)" --excluded-rules AssembliesMustBeOptimized
116
117
run_test:
118
runs-on: ubuntu-latest
0 commit comments