You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,7 @@ You can configure the action further with the following options:
75
75
- `build_script_name`: Name of the optional NPM build script which is executed before `electron-builder` (default: `"build"`)
76
76
- `skip_build`: Whether the action should execute the NPM build script before running `electron-builder`
77
77
- `use_vue_cli`: Whether to run `electron-builder` using the [Vue CLI plugin](https://nklayman.github.io/vue-cli-plugin-electron-builder) instead of calling the command directly
78
+
- `args`: Other arguments to pass to the `electron-builder` command, e.g. configuration overrides (default: `""`)
78
79
79
80
See [`action.yml`](./action.yml) for a list of all possible input variables.
0 commit comments