Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejNepozitek committed Aug 30, 2020
1 parent 145c894 commit 9b7e9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: Edgar/Edgar.csproj
PROJECT_FILE_PATH: src/Edgar/Edgar.csproj
PACKAGE_NAME: Edgar-DotNet
VERSION_STATIC: ${{ steps.get_version.outputs.VERSION }}
TAG_COMMIT: false
Expand Down

0 comments on commit 9b7e9d3

Please sign in to comment.