Skip to content

jreleaser/helloworld-csharp

Repository files navigation

Helloworld in C#

This repository shows how to configure GitHub Actions and JReleaser to:

  • compile a helloworld app for the followign targets:

    • linux-x64

    • linux-musl-x64

    • linux-arm64

    • win-x64

    • win-arm64

    • osx-x64

    • osx-arm64

  • assemble zip distributions with JReleaser

  • create rolling early-access releases with JReleaser on every push to main branch

JReleaser requires 2 additional inputs that may be set as environment variables, JRELEASER_PROJECT_VERSION and JRELEASER_GITHUB_TOKEN. More information about environment variable configuration may be found in the guide.