mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Update update-hardware-list.yml
fix path
This commit is contained in:
parent
551f7cb1c4
commit
8b4be69163
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-hardware-list.yml
vendored
4
.github/workflows/update-hardware-list.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue