Fix quoting for APP_NAME environment variable in macOS build workflow

This commit is contained in:
mr. M
2025-01-24 21:25:49 +01:00
parent ac600ad91b
commit 952385f362

View File

@@ -111,7 +111,7 @@ jobs:
run: |
cd engine/obj-x86_64-apple-darwin/dist
export APP_NAME=$(basename "$(find . -maxdepth 1 -name "Zen *.app" -type d | head -n 1)")
echo "APP_NAME=\"$APP_NAME\"" >> $GITHUB_ENV
echo "APP_NAME=$APP_NAME" >> $GITHUB_ENV
echo "APP_NAME=$APP_NAME"
- name: Bootstrap