mirror of
https://github.com/zen-browser/desktop.git
synced 2025-12-27 16:48:58 +00:00
Fix quoting for APP_NAME environment variable in macOS build workflow
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user