Skip to content

Commit

Permalink
Fix file path for Linux (#96)
Browse files Browse the repository at this point in the history
Wrong slashes for Linux. oops
  • Loading branch information
xqrzd authored May 24, 2020
1 parent 90493b3 commit 9deacd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
- name: Publish on version change
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\Knet.Kudu.Client\Knet.Kudu.Client.csproj
PROJECT_FILE_PATH: src/Knet.Kudu.Client/Knet.Kudu.Client.csproj
NUGET_KEY: ${{secrets.KUDU_NUGET_API_KEY}}

0 comments on commit 9deacd2

Please sign in to comment.