mesche-lang/Download Mesche Compiler
Downloads a Mesche Compiler build for CI jobs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact-token | The GitHub token to use for artifact download requests. At a minimum the token will will need 'public:repo' permissions. | yes | — |
| os | Optional. The target OS of the desired build. Possible values: linux, macos, win-mingw, Defaults to the operating system on which this action is being executed. | no | "" |
| arch | Optional. The architecture of the desired build (ignored when os = boot). Possible values: x86_64, i686. Defaults to x86_64. | no | x86_64 |
| repo | Optional. The repository from which builds will be downloaded. Defaults to mesche-lang/cli. | no | mesche-lang/mesche |
| workflow-name | Optional. The name of the GitHub Actions workflow that produces build artifacts. Defaults to 'Mesche CLI - CI' | no | Build Mesche |
| branch | Optional. The branch from which builds will be downloaded. Defaults to master. | no | master |
| local-path | Optional. The local path to which the Mesche build will be unpacked. Defaults to ./bin. | no | ./bin |
Outputs
no outputs