diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0069987..20fd42e 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -15,16 +15,12 @@ jobs: settings: - platform: 'macos-latest' # for Arm based macs (M1 and above). args: '--target aarch64-apple-darwin' - includeUpdaterJson: false - platform: 'macos-latest' # for Intel based macs. args: '--target x86_64-apple-darwin' - includeUpdaterJson: false - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04. args: '' - includeUpdaterJson: false - platform: 'windows-latest' args: '' - includeUpdaterJson: false runs-on: ${{ matrix.settings.platform }} steps: @@ -68,4 +64,5 @@ jobs: releaseBody: 'See the assets to download this version and install.' releaseDraft: true prerelease: false - args: ${{ matrix.settings.args }} \ No newline at end of file + args: ${{ matrix.settings.args }} + includeUpdaterJson: false \ No newline at end of file