masesgroup / KNet

KNet is a comprehensive .NET suite for Apache Kafka™ providing all features: Producer, Consumer, Admin, Streams, Connect, backends (ZooKeeper and Kafka).
https://knet.masesgroup.com/
Apache License 2.0
32 stars 6 forks source link

Workflows can use latest builds to compile and test current version #532

Closed masesdevelopers closed 2 days ago

masesdevelopers commented 2 days ago

It is not possible to use GitHub NuGet registry without previously removes the uploaded package; indeed it is only possible to remove the entire package on web UI, not a single version. Another option can be to use the uploaded artifact using the counterpart action https://github.com/actions/download-artifact: a check shall be done to verify how to identify the last run-id when the action runs cross-repository.

Originally posted by @masesdevelopers in https://github.com/masesgroup/JNet/issues/475#issuecomment-2204579813

Since KNet depends on JNet directly the option above shall be tested here.