From 05567fa47a031f0206e77871170f1bad9abbf672 Mon Sep 17 00:00:00 2001 From: FTCHD <144691102+FTCHD@users.noreply.github.com> Date: Wed, 29 Oct 2025 21:04:19 +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 0144ef1..5eb29a8 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'