diff --git a/.github/workflows/gen-configs.yaml b/.github/workflows/gen-configs.yaml index 9093834fcd..a44892f0f0 100644 --- a/.github/workflows/gen-configs.yaml +++ b/.github/workflows/gen-configs.yaml @@ -43,6 +43,7 @@ jobs: git config --local user.name "GitHub build-firmware Action" git add firmware/tunerstudio/generated git add firmware/controllers/generated + git add java_console/io/src/main/java/com/rusefi/enums # get the original ramdisk images back in order to not overwrite the default placeholder git checkout -- firmware/hw_layer/mass_storage/ramdisk_image.h firmware/hw_layer/mass_storage/ramdisk_image_compressed.h git status