From 8b4be69163d0700d3d314729e726789067e7e8b9 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Wed, 30 Apr 2025 16:49:27 -0500 Subject: [PATCH] Update update-hardware-list.yml fix path --- .github/workflows/update-hardware-list.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-hardware-list.yml b/.github/workflows/update-hardware-list.yml index 067d13f4e..156c684df 100644 --- a/.github/workflows/update-hardware-list.yml +++ b/.github/workflows/update-hardware-list.yml @@ -25,7 +25,7 @@ jobs: id: fetch-data run: | # Define variables for file paths - device_hardware_json="public/data/app/src/main/assets/device_hardware.json" + device_hardware_json="app/src/main/assets/device_hardware.json" new_device_hardware_json="/tmp/new_device_hardware.json" # Fetch data from API @@ -72,4 +72,4 @@ jobs: This PR was automatically generated by the update-hardware-list workflow. branch: update-hardware-list base: main - delete-branch: true \ No newline at end of file + delete-branch: true