Skip to content

Commit

Permalink
Update README to include a section on Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nebularg committed May 15, 2021
1 parent 10b4703 commit d2a64f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ use that as the current version number. It will search back through parent
commits for the previous tag and generate a changelog containing the commits
since that tag.

## Building with GitHub Actions

For a full example workflow, please check out the [wiki page](https://github.com/BigWigsMods/packager/wiki/GitHub-Actions-workflow).

### Example using [options](#Usage)

```yaml
- uses: BigWigsMods/packager@v1
with:
args: -g classic -m .pkgmeta-classic
```
## Customizing the build
__release.sh__ uses the TOC file to determine the package name for the project.
Expand Down

0 comments on commit d2a64f3

Please sign in to comment.