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'