Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gekctek committed May 18, 2022
1 parent 57de251 commit b05b833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: publish_nuget_candid
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\Candid\Candid.csproj
PROJECT_FILE_PATH: ../../src/Candid/Candid.csproj
VERSION_STATIC: ${{ github.event.release.tag_name }}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
Expand All @@ -29,7 +29,7 @@ jobs:
id: publish_nuget_agent
uses: rohith/publish-nuget@v2
with:
PROJECT_FILE_PATH: src\Agent\Agent.csproj
PROJECT_FILE_PATH: ../../src/Agent/Agent.csproj
VERSION_STATIC: ${{ github.event.release.tag_name }}
NUGET_KEY: ${{secrets.NUGET_API_KEY}}
NUGET_SOURCE: https://api.nuget.org
Expand Down

0 comments on commit b05b833

Please sign in to comment.