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