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 7127405 commit ac5cf95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 1
DOTNET_NOLOGO: true
NuGetDirectory: ${{github.workspace}}
NuGetDirectory: ${{github.workspace}}/nuget
defaults:
run:
shell: pwsh
Expand Down 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 ac5cf95

Please sign in to comment.