Update update-hardware-list.yml

fix path
This commit is contained in:
James Rich 2025-04-30 16:49:27 -05:00 committed by GitHub
parent 551f7cb1c4
commit 8b4be69163
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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
delete-branch: true