Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,13 @@ build. MacOS only.

_**required:** `false`_ _**default:** `false`_

#### linux64RemoveExecutableExtension

Omits the `.x86_64` file extension when building for StandaloneLinux64. This matches behavior with
older versions of the action. The default will be flipped to `false` in a future version.

_**required:** `false`_ _**default:** `true`_

## Outputs

Below are outputs that can be accessed by using `${{ steps.myBuildStep.outputs.outputName }}`, where
Expand Down