Skip to content

Commit

Permalink
npm run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GabLeRoux committed Sep 14, 2023
1 parent 30d74aa commit 3856209
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,9 @@ Parameters without a value will be considered booleans (with a value of true).

There are 2 main use cases:

- To pass your own custom parameters to be used with `buildMethod` above. Note that environment
variables set in the workflow file will not be available in the environment running Unity, so
use this mechanism instead.
- To pass your own custom parameters to be used with `buildMethod` above. Note that environment
variables set in the workflow file will not be available in the environment running Unity, so use
this mechanism instead.
- To pass [Unity Build Options](https://docs.unity3d.com/ScriptReference/BuildOptions.html) (for
example, `customParameters: -standaloneBuildSubtarget Server` will do server builds)

Expand Down

0 comments on commit 3856209

Please sign in to comment.