crossecore / crossecore-generator

Code generator for Java, C#, TypeScript and Swift
Apache License 2.0
12 stars 8 forks source link

Upload fat jar to Github Releases #18

Closed krissrex closed 2 years ago

krissrex commented 3 years ago

If you could modify the CI pipeline to create a GitHub release with the jar, that would be helpful. Then users don't have to build the project themselves.

schwichti commented 2 years ago

@krissrex can you support with this issue? Here is what I got so far: https://github.com/crossecore/crossecore-generator/blob/master/.github/workflows/release.yml

I expect the release pipeline to be executed when I run git tag vx.x.x and git push origin vx.x.x, but the pipeline is not triggered.

schwichti commented 2 years ago

You can now download the fatjar from the release assets: https://github.com/crossecore/crossecore-generator/releases/tag/v0.1.5