From 94570ce861c083beb0f1962e65d6730fbd023e26 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Thu, 5 Sep 2024 11:53:21 +0100 Subject: [PATCH] Renamed patch to reflect its new use --- .github/workflows/micropython.yml | 4 ++-- firmware/{yukon_reset.patch => yukon_expander.patch} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename firmware/{yukon_reset.patch => yukon_expander.patch} (100%) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 76828df..5baea99 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -123,10 +123,10 @@ jobs: working-directory: micropython run: git apply "${{env.FIRMWARE_DIR}}/micropython_nano_specs.patch" - - name: "HACK: Yukon Reset Patch" + - name: "HACK: Yukon Expander Patch" shell: bash working-directory: micropython - run: git apply "${{env.FIRMWARE_DIR}}/yukon_reset.patch" + run: git apply "${{env.FIRMWARE_DIR}}/yukon_expander.patch" # Install apt packages - name: Install CCache & Compiler diff --git a/firmware/yukon_reset.patch b/firmware/yukon_expander.patch similarity index 100% rename from firmware/yukon_reset.patch rename to firmware/yukon_expander.patch