Skip to content
play

GitHub Action

create-dmg-action

v0.0.2 Latest version

create-dmg-action

play

create-dmg-action

Create dmg for macos

Installation

Copy and paste the following snippet into your .yml file.

              

- name: create-dmg-action

uses: QQxiaoming/[email protected]

Learn more about this action in QQxiaoming/create-dmg-action

Choose a version

create-dmg-action

Build fancy DMGs on your Github Actions workflows with just one simple action.

Inputs

name

Required Dmg file name. Default "target".

srcdir

Required Source dir path. Default "srcdir".

Example usage

uses: QQxiaoming/[email protected]
with:
  name: 'target'
  srcdir: 'srcdir'