Skip to content

Commit

Permalink
ci: fix the path to the nuget project
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Arvidsson committed Jan 20, 2022
1 parent 2f1baa9 commit 5e829af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:
- name: Pack
env:
release_notes: ${{ steps.release_notes.outputs.release_notes }}
run: dotnet pack Kafka.TestFramework/Kafka.TestFramework.csproj -c Release -o nuget-packages -p:PackageVersion=${{ steps.release.outputs.version }} -p:PackageReleaseNotes="$release_notes"
run: dotnet pack src/Kafka.TestFramework/Kafka.TestFramework.csproj -c Release -o nuget-packages -p:PackageVersion=${{ steps.release.outputs.version }} -p:PackageReleaseNotes="$release_notes"
- name: Publish to nuget.org
run: dotnet nuget push nuget-packages/Kafka.TestFramework.${{ steps.release.outputs.version }}.nupkg --api-key ${{secrets.NUGET_API_KEY}} --source https://api.nuget.org/v3/index.json

0 comments on commit 5e829af

Please sign in to comment.