Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
belav authored Jun 25, 2023
1 parent 67a7d87 commit 21bc71d
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 @@ -19,7 +19,7 @@ jobs:
name: publish nuget
needs: test
env:
VERSION_FILE_PATH: /Nuget/Build.props
VERSION_FILE_PATH: Nuget/Build.props
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 21bc71d

Please sign in to comment.