From 69429631a81b2d240df35fd50149a309828b81f3 Mon Sep 17 00:00:00 2001 From: Kitlith Date: Wed, 20 Aug 2025 11:25:19 -0700 Subject: [PATCH] Document `linux64RemoveExecutableExtension` --- docs/03-github/04-builder.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/03-github/04-builder.mdx b/docs/03-github/04-builder.mdx index 85efb118..9b216fed 100644 --- a/docs/03-github/04-builder.mdx +++ b/docs/03-github/04-builder.mdx @@ -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