Skip to content

Commit ad76b6e

Browse files
committed
fix path
1 parent 63a4852 commit ad76b6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
2222
uses: Rebel028/[email protected]
2323
with:
24-
PROJECT_FILE_PATH: DotNut.Client/DotNut.csproj
24+
PROJECT_FILE_PATH: DotNut/DotNut.csproj
2525
NUGET_KEY: ${{secrets.NUGET_KEY}}
2626
PACKAGE_NAME: DotNut
2727
INCLUDE_SYMBOLS: false
@@ -32,7 +32,7 @@ jobs:
3232
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
3333
uses: Rebel028/[email protected]
3434
with:
35-
PROJECT_FILE_PATH: DotNut.Client/DotNut.Client.csproj
35+
PROJECT_FILE_PATH: DotNut/DotNut.csproj
3636
NUGET_SOURCE: "https://nuget.pkg.github.com/Kukks"
3737
NUGET_KEY: ${{secrets.GH_TOKEN}}
3838
PACKAGE_NAME: DotNut

0 commit comments

Comments
 (0)