mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 07:59:48 +00:00
ci: fix script name
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -102,10 +102,10 @@ jobs:
|
||||
|
||||
$raw = "";
|
||||
if ($isMaster) {
|
||||
$raw = php cicd_scripts/get_changelog.php true
|
||||
$raw = php cicd_scripts/update_changelog.php true
|
||||
}
|
||||
if ($isDev -and $isPush) {
|
||||
$raw = php cicd_scripts/get_changelog.php false
|
||||
$raw = php cicd_scripts/update_changelog.php false
|
||||
}
|
||||
if ($isMaster -or ($isDev -and $isPush)) {
|
||||
javac -cp build/classes -d build/classes src/com/jpexs/build/ChangelogUpdater.java
|
||||
|
||||
Reference in New Issue
Block a user