We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f933fc commit cbb7bf5Copy full SHA for cbb7bf5
.github/workflows/nuget.yml
@@ -16,10 +16,10 @@ jobs:
16
dotnet-version: 6.0.x
17
18
- name: Build binaries
19
- run: dotnet build -c Release src/CSharpDiff/CSharpDiff.csproj
+ run: dotnet build -c Release CSharpDiff/CSharpDiff.csproj
20
21
- name: Creating a package
22
- run: dotnet pack --no-build -c Release src/CSharpDiff/CSharpDiff.csproj -o .
+ run: dotnet pack --no-build -c Release CSharpDiff/CSharpDiff.csproj -o .
23
24
- name: Publish to Nuget
25
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}} --skip-duplicate -n
0 commit comments