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

dragon-build

0.0.8

dragon-build

play

dragon-build

Build a package with dragon

Installation

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

              

- name: dragon-build

uses: DragonBuild/[email protected]

Learn more about this action in DragonBuild/build

Choose a version

dragon-build

Github action to build a dragon package

Usage

dragon-build takes no arguments when used in any workflow. Just use the action like any other action under any workflow job.

steps:
    - name: Build packages
      uses: DragonBuild/build@master

You can also refer to any of the release tags, rather than using the master version of the action.