tools for exporting godot projects via Github Actions
Diffstat (limited to '.github/actions/export-windows/action.yml')
-rw-r--r--.github/actions/export-windows/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/export-windows/action.yml b/.github/actions/export-windows/action.yml
index 2163e70..8342ab4 100644
--- a/.github/actions/export-windows/action.yml
+++ b/.github/actions/export-windows/action.yml
@@ -19,7 +19,7 @@ runs:
export WINEPREFIX="$HOME/wineprefix"
mkdir "$WINEPREFIX" && chown -R "${USER}:" "$WINEPREFIX"
mkdir -p build/windows
- godot -v --path "${{ env.PROJECT_PATH }}" --export "${{ steps.get-export-name.outputs.export-name }}" "$(realpath ./build/windows/${{ env.name }}.exe)"
+ godot -v --path "${{ env.PROJECT_PATH }}" --export "${{ steps.get-export-name.outputs.export-name }}" "$(realpath ./build/windows/${{ env.NAME }}.exe)"
echo "::endgroup::"
shell: bash