We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919d7de commit a4d4e32Copy full SHA for a4d4e32
1 file changed
.github/workflows/codechavez.eventbus.kafka.nuget.yml
@@ -23,7 +23,7 @@ jobs:
23
run: dotnet build **/CodeChavez.EventBus.Kafka/CodeChavez.EventBus.Kafka.csproj --configuration Release
24
25
- name: Package Common
26
- run: dotnet pack **/CodeChavez.EventBus.AbstractKafkaions/CodeChavez.EventBus.Kafka.csproj --configuration Release --no-build --output ./artifacts2
+ run: dotnet pack **/CodeChavez.EventBus.Kafka/CodeChavez.EventBus.Kafka.csproj --configuration Release --no-build --output ./artifacts2
27
28
- name: Push NuGet package
29
run: dotnet nuget push "./artifacts2/*.nupkg" --api-key $NUGET_AUTH_TOKEN --source https://api.nuget.org/v3/index.json
0 commit comments