From 204c50e53f5f45ffce9f3ae2f82bc18fc37b7f31 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Sun, 20 Jul 2025 05:35:53 +1000 Subject: [PATCH] !build test build automation --- .github/workflows/build-windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 8840317..3271876 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -131,7 +131,7 @@ jobs: $latestTag = & git describe --tags --abbrev=0 2>$null Write-Host "Latest tag found: $latestTag" } catch { - Write-Host "No previous tags found - showing all commits" + Write-Host "No previous tags found, showing all commits" } # Generate commit history since last tag (or all commits if no tag)