From 022d2ba8f70b7108d091ec1c5a3c8c56110bdc88 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sun, 16 Jun 2024 19:48:40 +0200 Subject: [PATCH] Spelling --- .github/workflows/build-and-release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 3d2443a2..1b76818a 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -27,21 +27,21 @@ jobs: dotnet_name_postfix: '-x86_64-apple-darwin' tauri_bundle: 'dmg updater' - - platform: 'ubuntu-22.04' # for x86-based linux + - platform: 'ubuntu-22.04' # for x86-based Linux rust_target: 'x86_64-unknown-linux-gnu' update_platform: 'linux-x86_64' dotnet_runtime: 'linux-x64' dotnet_name_postfix: '-x86_64-unknown-linux-gnu' tauri_bundle: 'appimage deb updater' - - platform: 'windows-latest' # for x86-based windows + - platform: 'windows-latest' # for x86-based Windows rust_target: 'x86_64-pc-windows-msvc' update_platform: 'windows-x86_64' dotnet_runtime: 'win-x64' dotnet_name_postfix: '-x86_64-pc-windows-msvc.exe' tauri_bundle: 'nsis updater' - - platform: 'windows-latest' # for ARM-based windows + - platform: 'windows-latest' # for ARM-based Windows rust_target: 'aarch64-pc-windows-msvc' update_platform: 'windows-aarch64' dotnet_runtime: 'win-arm64'