From 63f29006fc3fe8e443c72516d3eb4de3b0855f6a Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Mon, 3 Mar 2025 10:13:43 +0000 Subject: [PATCH] escaped --- .github/workflows/build_windows.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build_windows.yaml b/.github/workflows/build_windows.yaml index 06ad34a9..0468ab48 100644 --- a/.github/workflows/build_windows.yaml +++ b/.github/workflows/build_windows.yaml @@ -57,11 +57,11 @@ jobs: "target": "i686-pc-windows-msvc", "build-args": "--ia32", "arch": "x86", - "extra_config": { - "user_notice": { - "title": "Element will no longer be available for this platform soon", - "description": "Support for 32-bit Windows installations will be removed in the next release." - } + "extra_config": "{ + \"user_notice\": { + \"title\": \"Element will no longer be available for this platform soon\", + \"description\": \"Support for 32-bit Windows installations will be removed in the next release.\" + }" } } }