Skip to content

Commit cbb7bf5

Browse files
author
Thomas Hambach
committed
yawn x2
1 parent 0f933fc commit cbb7bf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
dotnet-version: 6.0.x
1717

1818
- name: Build binaries
19-
run: dotnet build -c Release src/CSharpDiff/CSharpDiff.csproj
19+
run: dotnet build -c Release CSharpDiff/CSharpDiff.csproj
2020

2121
- name: Creating a package
22-
run: dotnet pack --no-build -c Release src/CSharpDiff/CSharpDiff.csproj -o .
22+
run: dotnet pack --no-build -c Release CSharpDiff/CSharpDiff.csproj -o .
2323

2424
- name: Publish to Nuget
2525
run: dotnet nuget push *.nupkg -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_KEY}} --skip-duplicate -n

0 commit comments

Comments
 (0)