Skip to content

unofficial-rev-port/create-dmg-action-fixed-icon

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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'