tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-linux/action.yml')
-rw-r--r--.github/actions/export-linux/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/export-linux/action.yml b/.github/actions/export-linux/action.yml
index 163cb5c..3667c25 100644
--- a/.github/actions/export-linux/action.yml
+++ b/.github/actions/export-linux/action.yml
@@ -17,7 +17,7 @@ runs:
run: |
echo "::group::Linux Build"
mkdir -vp build/linux
- godot -v --path "${{ env.PROJECT_PATH }}" --export "${{ steps.get-export-name.outputs.export-name }}" "$(realpath ./build/linux/${{ env.name }}.x86_64)"
+ godot -v --path "${{ env.PROJECT_PATH }}" --export "${{ steps.get-export-name.outputs.export-name }}" "$(realpath ./build/linux/${{ env.NAME }}.x86_64)"
echo "::endgroup::"
shell: bash