Anyone have a guide on how to publish kotlin nativ...
# kotlin-native
r
Anyone have a guide on how to publish kotlin native executables? I've made a CLI and have my executable, and would like to distribute it using github actions (presumably attaching the binaries to the release in GitHub). Figured I'd see if any good guides exist for doing so before wandering out and trying to piece it all together myself 🙂
s
Something like this would be good
r
yea i saw this... it's not actively maintained, and the active one seems to create a release, rather than react to one. Ended up creating my own pipeline, wasn't too hard. It's here in case anyone stumbles on this 🧵 https://github.com/unredundant/neonctl/blob/main/.github/workflows/release.yml