actions-marketplace-validations/LauncherJar
Create a launcher for any jar app.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 27, 2024
- License
- Public domain
Pinned Snippet
uses: actions-marketplace-validations/hydrolienf_launcherjar@cf534736e4291daf0b2328ce5dc441a0d6306a45 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | dollar{{ github.token }} from your action so that this action can add artifacts | yes | — |
| release-url | dollar{{ steps.create_release.outputs.upload_url }} from your action so that this action can add artifacts | yes | — |
| app-version | Version of the app & of the launcher | yes | — |
| uuid | Universally unique identifier for your app on Windows & Mac | no | "" |
| launcher-extension | The launcher extention: jar, exe, msi, deb, rpm, dmg, or pkg | no | jar |
| deb-maintainer-email | Email of the deb maintainer on Linux | no | ...@gmail.com |
| gui | Does download show in GUI insted of CLI | no | true |
| runTimeImage | If define to "--runtime-image jlink/", it include only usefull module. | no | --runtime-image jlink/ |
| JRE_VERSION | JRE version to use | no | 21.0.1 |
| LAUNCH_AFTER_INSTALL | If true launch app after install | no | true |
| JAVA_VERSION | Java version to use | no | 21 |
| JAVA_DISTRIBUTION | Java distribution to use | no | temurin |
Outputs
no outputs