Skip to content

Commit

Permalink
custom: update build
Browse files Browse the repository at this point in the history
Signed-off-by: AuxXxilium <[email protected]>
  • Loading branch information
AuxXxilium committed Jun 24, 2024
1 parent 25500df commit 362ad1b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 362ad1b

Please sign in to comment.