File tree Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Expand file tree Collapse file tree 3 files changed +34
-3
lines changed Original file line number Diff line number Diff line change 23
23
prepare-artifact-name :
24
24
type : string
25
25
required : false
26
- description : " The name of the prepare artifact to use, defaults to 'webapp'"
26
+ description : |
27
+ The name of the prepare artifact to use, defaults to 'webapp'.
28
+ The artifact must contain the following:
29
+ + webapp.asar - the asar archive of the webapp to embed in the desktop app
30
+ + package.json - the package.json to use for build metadata
31
+ + electronVersion - the version of electron to use for cache keying
32
+ + hakHash - the hash of the .hak directory to use for cache keying
33
+ + changelog.Debian - the changelog file to embed in the Debian package
34
+ + variant.json - the variant configuration to use for the build
35
+
36
+ The artifact can also contain:
37
+ + overrides/ - an optional directory containing any file/directory overrides to apply to the checkout root before building
27
38
default : " webapp"
28
39
env :
29
40
SQLCIPHER_BUNDLED : ${{ inputs.sqlcipher == 'static' && '1' || '' }}
Original file line number Diff line number Diff line change 34
34
prepare-artifact-name :
35
35
type : string
36
36
required : false
37
- description : " The name of the prepare artifact to use, defaults to 'webapp'"
37
+ description : |
38
+ The name of the prepare artifact to use, defaults to 'webapp'.
39
+ The artifact must contain the following:
40
+ + webapp.asar - the asar archive of the webapp to embed in the desktop app
41
+ + package.json - the package.json to use for build metadata
42
+ + electronVersion - the version of electron to use for cache keying
43
+ + hakHash - the hash of the .hak directory to use for cache keying
44
+ + variant.json - the variant configuration to use for the build
45
+
46
+ The artifact can also contain:
47
+ + overrides/ - an optional directory containing any file/directory overrides to apply to the checkout root before building
38
48
default : " webapp"
39
49
permissions : {} # No permissions required
40
50
jobs :
Original file line number Diff line number Diff line change 37
37
prepare-artifact-name :
38
38
type : string
39
39
required : false
40
- description : " The name of the prepare artifact to use, defaults to 'webapp'"
40
+ description : |
41
+ The name of the prepare artifact to use, defaults to 'webapp'.
42
+ The artifact must contain the following:
43
+ + webapp.asar - the asar archive of the webapp to embed in the desktop app
44
+ + package.json - the package.json to use for build metadata
45
+ + electronVersion - the version of electron to use for cache keying
46
+ + hakHash - the hash of the .hak directory to use for cache keying
47
+ + variant.json - the variant configuration to use for the build
48
+
49
+ The artifact can also contain:
50
+ + overrides/ - an optional directory containing any file/directory overrides to apply to the checkout root before building
41
51
default : " webapp"
42
52
permissions : {} # No permissions required
43
53
jobs :
You can’t perform that action at this time.
0 commit comments