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