Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 382 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 382 Bytes

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.