Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

create-dmg-action-fixed-icon

v0.0.3

create-dmg-action-fixed-icon

play

create-dmg-action-fixed-icon

Create DMG for macOS (Fixed icon location)

Installation

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

              

- name: create-dmg-action-fixed-icon

uses: unofficial-rev-port/[email protected]

Learn more about this action in unofficial-rev-port/create-dmg-action-fixed-icon

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'