diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index a8cf03c1..34ded302 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -39,7 +39,7 @@ jobs: with: configurePreset: release-mac-${{ matrix.arch }} buildPreset: release-mac-${{ matrix.arch }} - configurePresetAdditionalArgs: -DMELONDS_EMBED_BUILD_INFO=ON + configurePresetAdditionalArgs: "['-DMELONDS_EMBED_BUILD_INFO=ON']" - name: Compress app bundle shell: bash run: |