Apply overrides from prepare artifact (#2503)
This commit is contained in:
@@ -34,7 +34,16 @@ on:
|
||||
prepare-artifact-name:
|
||||
type: string
|
||||
required: false
|
||||
description: "The name of the prepare artifact to use, defaults to 'webapp'"
|
||||
description: |
|
||||
The name of the prepare artifact to use, defaults to 'webapp'.
|
||||
The artifact must contain the following:
|
||||
+ webapp.asar - the asar archive of the webapp to embed in the desktop app
|
||||
+ electronVersion - the version of electron to use for cache keying
|
||||
+ hakHash - the hash of the .hak directory to use for cache keying
|
||||
+ variant.json - the variant configuration to use for the build
|
||||
|
||||
The artifact can also contain any additional files which will be applied as overrides to the checkout root before building,
|
||||
for example icons in the `build/` directory to override the app icons.
|
||||
default: "webapp"
|
||||
permissions: {} # No permissions required
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user