mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:27:12 +00:00
ci: fix syntax
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -112,7 +112,7 @@ jobs:
|
||||
java -cp build/classes com.jpexs.build.ChangelogUpdater
|
||||
}
|
||||
|
||||
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) (
|
||||
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) {
|
||||
$X = $Matches[1]
|
||||
$Y = $Matches[2]
|
||||
$Z = $Matches[3]
|
||||
|
||||
Reference in New Issue
Block a user