Skip to content

Build with Github Action

windowsair edited this page Dec 26, 2020 · 3 revisions

1. Fork this repo

2. Modify action file

To enable custom build, you should set UPLOAD_USER_FIRMWARE in .github/workflows/main.yml:

image

env:
  UPLOAD_USER_FIRMWARE: true

3. Enable workflow

Go to the action page and allow workflow operations: image

4. Do anything and enjoy it!

When your commit are pushed, the github action will compile and publish firewarm to the release.

image

Clone this wiki locally