akiojin/Generate macOS Installer

This action creates an installer (.pkg) for macOS.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
output-directorySpecifies the output directory. If omitted, runner.temp is set. no${{ runner.temp }}
root-directoryThe root path of the directory containing the set of resources to be bundled. yes
bundle-pathSpecify the relative path of *.app to be placed under the directory specified in 'root-directory' as the base point. yes
identifierSpecify the application ID. yes
versionSpecifies the version of the package to be created. If omitted, github.run_number is set. yes${{ github.run_number }}
install-locationThe directory where the package is to be installed. If omitted, '/Applications' is specified. no/Applications
scripts-directoryThe directory passed to --scripts, e.g. for preinstall and postinstall. If omitted, --script is not passed. no
namedescription
output-pathThe output path of the package.