Update .github/workflows/template-tauri-build-windows-x64.yml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Louis 2025-10-07 18:36:56 +07:00 committed by GitHub
parent 3919cd0306
commit 28afafaad7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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