0.1.1 • Published 1 year ago

@akiojin/generate-mac-installer-github-action v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

generate-mac-installer-github-action

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

Usage

- uses: akiojin/generate-mac-installer-github-action@v0.1.0
  with:
    root-directory: Build
    bundle-path: Build.app
    identifier: com.akiojin.GitHubActionsForUnity

Arguments

Inputs

NameRequiredTypeDefaultDescription
output-directorytruestring$RUNNER_TEMPSpecifies the output directory. If omitted, runner.temp is set.
root-directorytruestringThe root path of the directory containing the set of resources to be bundled.
bundle-pathtruestringSpecify the relative path of *.app to be placed under the directory specified in 'root-directory' as the base point.
identifiertruestringSpecify the application ID.
versiontruestring1.0Specifies the version of the package to be created.
install-locationfalsestring/ApplicationsThe directory where the package is to be installed. If omitted, '/Applications' is specified.

Outputs

NameTypeDescription
output-pathstringThe output path of the package.

License

Any contributions made under this project will be governed by the MIT License.