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