feat(workflows): add builder args option for Build workflow

This commit is contained in:
2021-11-10 02:03:15 +00:00
parent ebc4626270
commit 4561c9d4ce
2 changed files with 10 additions and 0 deletions

View File

@@ -20,6 +20,10 @@ on:
description: Override git SHA to build
type: string
required: false
build_args:
description: Custom arguments passed to build script
type: string
required: false
test_build_name:
description: "Test build name"
type: string
@@ -149,6 +153,7 @@ jobs:
run: >-
./builder/build-emacs-for-macos --plan build-plan.yml
--no-relink-eln-files --native-full-aot
${{ inputs.build_args }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload unsigned app artifact