Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongph87 committed Jan 28, 2024
1 parent 9cf7e7b commit 7127405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install nuget validator
run: dotnet tool update Meziantou.Framework.NuGetPackageValidation.Tool --global
- name: Validate package
run: meziantou.validate-nuget-package "${{env.NuGetDirectory}}/stellar-dotnet-sdk.nupkg"
run: meziantou.validate-nuget-package ${{env.NuGetDirectory}}/stellar-dotnet-sdk.nupkg
run_test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 7127405

Please sign in to comment.