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 f4bd5cf commit a908662Copy full SHA for a908662
.github/workflows/publish.yaml
@@ -109,7 +109,7 @@ jobs:
109
# If some rules are not applicable, you can disable them
110
# using the --excluded-rules or --excluded-rule-ids option
111
- name: Validate package
112
- run: meziantou.validate-nuget-package (Get-ChildItem "${{ env.NuGetDirectory }}/*.nupkg")
+ run: meziantou.validate-nuget-package ${{ env.NuGetDirectory }}/*.nupkg
113
114
run_test:
115
runs-on: ubuntu-latest
0 commit comments