From f9f738124769779951806f86b096f322b1b79b6d Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sun, 22 Oct 2023 17:15:49 +0200 Subject: [PATCH] CI: Fix APPLE_DEVELOPER_ID echo --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9585086f8..afb2e87ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -845,7 +845,7 @@ jobs: -DENABLE_DBUS=OFF -DICU_ROOT="${{env.prefix_path}}" -DFFTW3_DIR="${{env.prefix_path}}" - -DAPPLE_DEVELOPER_ID=$(test "${{github.repository}}" = "strawberrymusicplayer/strawberry" && echo "383J84DVB6" || "") + -DAPPLE_DEVELOPER_ID=$(test "${{github.repository}}" = "strawberrymusicplayer/strawberry" && echo "383J84DVB6" || echo "") - name: Build run: cmake --build build --config Release --parallel 4