Skip to content

Commit

Permalink
Fix typo in publish-nuget.
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrandvd authored Aug 11, 2023
1 parent 43954d4 commit 60b2567
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 @@ -12,7 +12,7 @@ on:
env:
PROJECT_PATH: 'src/TonRadar.Fragment/TonRadar.Fragment.csproj'
TEST_PATH: 'src/TonRadar.Fragment.Test/TonRadar.Fragment.Test.csproj'
PACKAGE_OUTPUT_DIRECTORY: ${{ guthub.workspace }}/output
PACKAGE_OUTPUT_DIRECTORY: ${{ github.workspace }}/output
NUGET_SOURCE_URL: 'https://api.nuget.org/v3/index.json'

jobs:
Expand Down

0 comments on commit 60b2567

Please sign in to comment.