Fix missing quotes

This commit is contained in:
Davide De Rosa 2022-04-23 10:37:05 +02:00
parent 8d2494d885
commit 0d8121f73d
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ jobs:
PLIST_PATH: "Passepartout/App/Info.plist"
run: |
ci/set-build.sh $BUILD_NUMBER
/usr/libexec/PlistBuddy -c $PLIST_COMMAND $PLIST_PATH
/usr/libexec/PlistBuddy -c "$PLIST_COMMAND" "$PLIST_PATH"
- name: Build ${{ matrix.name }} app
timeout-minutes: 15
run: |