diff --git a/app/desktop/uwp_helper/build.gradle.kts b/app/desktop/uwp_helper/build.gradle.kts index eb52a01..3cb4017 100644 --- a/app/desktop/uwp_helper/build.gradle.kts +++ b/app/desktop/uwp_helper/build.gradle.kts @@ -28,7 +28,7 @@ tasks { // I cannot figure out how to change the path on GitHub Actions val command = if (System.getenv("GITHUB_RUN_NUMBER") != null) { - rootProject.file("jextract-21/bin/jextract.bat").absolutePath + rootProject.file("jextract-22/bin/jextract.bat").absolutePath } else { if (OSUtils.IS_WINDOWS) { "jextract.bat"