akiojin/Generate macOS Installer
This action creates an installer (.pkg) for macOS.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-directory | Specifies the output directory. If omitted, runner.temp is set. | no | ${{ runner.temp }} |
| root-directory | The root path of the directory containing the set of resources to be bundled. | yes | — |
| bundle-path | Specify the relative path of *.app to be placed under the directory specified in 'root-directory' as the base point. | yes | — |
| identifier | Specify the application ID. | yes | — |
| version | Specifies the version of the package to be created. If omitted, github.run_number is set. | yes | ${{ github.run_number }} |
| install-location | The directory where the package is to be installed. If omitted, '/Applications' is specified. | no | /Applications |
| scripts-directory | The directory passed to --scripts, e.g. for preinstall and postinstall. If omitted, --script is not passed. | no | — |
Outputs
| name | description |
|---|---|
| output-path | The output path of the package. |