Skip to content

Commit

Permalink
Fix package validation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtech committed Aug 16, 2023
1 parent 90cf39f commit 6546ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
- name: Install nuget validator
run: dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
- name: Validate package
run: meziantou.validate-nuget-package "${{ env.NuGetDirectory }}/*.nupkg"
run: meziantou.validate-nuget-package ${{ env.NuGetDirectory }}/*.nupkg

0 comments on commit 6546ae3

Please sign in to comment.