Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukks committed Jun 6, 2024
1 parent 63a4852 commit ad76b6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
uses: Rebel028/[email protected]
with:
PROJECT_FILE_PATH: DotNut.Client/DotNut.csproj
PROJECT_FILE_PATH: DotNut/DotNut.csproj
NUGET_KEY: ${{secrets.NUGET_KEY}}
PACKAGE_NAME: DotNut
INCLUDE_SYMBOLS: false
Expand All @@ -32,7 +32,7 @@ jobs:
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
uses: Rebel028/[email protected]
with:
PROJECT_FILE_PATH: DotNut.Client/DotNut.Client.csproj
PROJECT_FILE_PATH: DotNut/DotNut.csproj
NUGET_SOURCE: "https://nuget.pkg.github.com/Kukks"
NUGET_KEY: ${{secrets.GH_TOKEN}}
PACKAGE_NAME: DotNut
Expand Down

0 comments on commit ad76b6e

Please sign in to comment.