ci: add mui build to release steps (#3023)

This commit is contained in:
Travis Groth 2022-02-09 16:53:36 -05:00 committed by GitHub
parent 8b3b135c7a
commit 0ece090c85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 2 deletions

View file

@ -19,6 +19,11 @@ jobs:
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.x
- name: Set up Go
uses: actions/setup-go@v2
with: