diff --git a/.github/workflows/publish-to-auto-release.yml b/.github/workflows/publish-to-auto-release.yml index 3f30cce0..4f70bd09 100644 --- a/.github/workflows/publish-to-auto-release.yml +++ b/.github/workflows/publish-to-auto-release.yml @@ -17,12 +17,12 @@ jobs: include: - platform: "macos-latest" # for Arm based macs (M1 and above). args: "--target aarch64-apple-darwin" - - platform: "macos-latest" # for Intel based macs. - args: "--target x86_64-apple-darwin" - - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04. - args: "" - - platform: "windows-latest" - args: "" + # - platform: "macos-latest" # for Intel based macs. + # args: "--target x86_64-apple-darwin" + # - platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04. + # args: "" + # - platform: "windows-latest" + # args: "" runs-on: ${{ matrix.platform }} steps: