From d2a64f339f9dcbcc76631ca59c19341918edd847 Mon Sep 17 00:00:00 2001 From: Kyle Buller Date: Fri, 14 May 2021 19:44:04 -0500 Subject: [PATCH] Update README to include a section on Actions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e8e2cc6..1cc5ca4 100644 --- a/README.md +++ b/README.md @@ -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.