mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 02:26:02 +10:00
!build test build automation
This commit is contained in:
2
.github/workflows/build-windows.yml
vendored
2
.github/workflows/build-windows.yml
vendored
@@ -131,7 +131,7 @@ jobs:
|
|||||||
$latestTag = & git describe --tags --abbrev=0 2>$null
|
$latestTag = & git describe --tags --abbrev=0 2>$null
|
||||||
Write-Host "Latest tag found: $latestTag"
|
Write-Host "Latest tag found: $latestTag"
|
||||||
} catch {
|
} 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)
|
# Generate commit history since last tag (or all commits if no tag)
|
||||||
|
|||||||
Reference in New Issue
Block a user