Skip to content

DragonBuild/build

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.