From 766d809e980928bcff32755db845080979d3f209 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Wed, 29 Oct 2025 20:54:38 +0100 Subject: [PATCH] update workflow Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com> --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 40fd834..0144ef1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: assetPattern: '[name]_[arch][ext]' variant: 'default' - platform: 'ubuntu-22.04' - args: '--config "{\"bundle\":{\"createUpdaterArtifacts\":false}}"' + args: '--config "{"bundle":{"createUpdaterArtifacts":false}}"' assetPattern: '[name]_[arch]_legacy[ext]' variant: 'legacy' - platform: 'ubuntu-22.04-arm'