From 362ad1b8f7ea38da805c1330540b27143dbc6aa2 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Mon, 24 Jun 2024 21:29:52 +0200 Subject: [PATCH] custom: update build Signed-off-by: AuxXxilium --- .github/workflows/custom.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/custom.yml b/.github/workflows/custom.yml index e2c24d51c..c202b35af 100644 --- a/.github/workflows/custom.yml +++ b/.github/workflows/custom.yml @@ -47,7 +47,6 @@ jobs: MODEL = jsonbody.get('model', '') PRODUCTVER = jsonbody.get('version', '') ADDONS = jsonbody.get('addons', '') - MACSYS = jsonbody.get('macsys', '') CUSTOMKERNEL = jsonbody.get('customkernel', '') FORMAT = jsonbody.get('format', '') except ValueError as e: @@ -56,7 +55,6 @@ jobs: set_output("MODEL", MODEL) set_output("PRODUCTVER", PRODUCTVER) set_output("ADDONS", ADDONS) - set_output("MACSYS", MACSYS) set_output("CUSTOMKERNEL", CUSTOMKERNEL) set_output("FORMAT", FORMAT) @@ -121,7 +119,6 @@ jobs: writeConfigKey "model" "${{ env.MODEL }}" "${PRESET_CONFIG_FILE}" writeConfigKey "productver" "${{ env.PRODUCTVER }}" "${PRESET_CONFIG_FILE}" writeConfigKey "arc" "{}" "${PRESET_CONFIG_FILE}" - writeConfigKey "arc.macsys" "${{ env.MACSYS }}" "${PRESET_CONFIG_FILE}" writeConfigKey "arc.custom" "true" "${PRESET_CONFIG_FILE}" if [ "${{ env.MODEL }}" = "SA6400" ]; then writeConfigKey "arc.kernel" "${{ env.KERNEL }}" "${PRESET_CONFIG_FILE}"