Skip to content
play

GitHub Action

create-dmg-action-fixed-icon

v0.0.4 Latest version

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/create-dmg-action-fixed-icon@v0.0.4

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/create-dmg-action@v0.0.2
with:
  name: 'target'
  srcdir: 'srcdir'