From 28afafaad7a2afc1f26c56213edb8f1d71dd6a57 Mon Sep 17 00:00:00 2001 From: Louis Date: Tue, 7 Oct 2025 18:36:56 +0700 Subject: [PATCH] Update .github/workflows/template-tauri-build-windows-x64.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/template-tauri-build-windows-x64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/template-tauri-build-windows-x64.yml b/.github/workflows/template-tauri-build-windows-x64.yml index b200ac715..edf8d88aa 100644 --- a/.github/workflows/template-tauri-build-windows-x64.yml +++ b/.github/workflows/template-tauri-build-windows-x64.yml @@ -134,7 +134,7 @@ jobs: cat ./src-tauri/Cargo.toml generate_build_version() { - ### Examble + ### Example ### input 0.5.6 output will be 0.5.6 and 0.5.6.0 ### input 0.5.6-rc2-beta output will be 0.5.6 and 0.5.6.2 ### input 0.5.6-1213 output will be 0.5.6 and and 0.5.6.1213