We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a4852 commit ad76b6eCopy full SHA for ad76b6e
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
if: ${{ github.ref == 'refs/heads/master' }} # Publish only when the push is on master
22
uses: Rebel028/[email protected]
23
with:
24
- PROJECT_FILE_PATH: DotNut.Client/DotNut.csproj
+ PROJECT_FILE_PATH: DotNut/DotNut.csproj
25
NUGET_KEY: ${{secrets.NUGET_KEY}}
26
PACKAGE_NAME: DotNut
27
INCLUDE_SYMBOLS: false
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
- PROJECT_FILE_PATH: DotNut.Client/DotNut.Client.csproj
36
NUGET_SOURCE: "https://nuget.pkg.github.com/Kukks"
37
NUGET_KEY: ${{secrets.GH_TOKEN}}
38
0 commit comments