Skip to content

Commit

Permalink
Renamed driver
Browse files Browse the repository at this point in the history
  • Loading branch information
albaintor committed Jul 30, 2024
1 parent bcb016f commit e378562
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:
run: |
mkdir -p artifacts/bin
cd artifacts
echo ${{ env.VERSION }} > version.txt
DRIVER_VERSION="v$(jq .version -r driver.json)"
# echo ${{ env.VERSION }} > version.txt
echo ${{ DRIVER_VERSION }} > version.txt
- name: Prepare artifacts
shell: bash
Expand Down
14 changes: 7 additions & 7 deletions driver.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"driver_id": "uc_zidootv_driver",
"version": "1.0.0",
"driver_id": "zidootv_driver",
"version": "1.0.1",
"min_core_api": "0.20.0",
"name": {
"en": "Zidoo TV"
Expand All @@ -12,11 +12,11 @@
"fr": "Contrôler votre Zidoo avec Remote Two ou Remote Three."
},
"developer": {
"name": "Unfolded Circle ApS",
"email": "hello@unfoldedcircle.com",
"url": "https://www.unfoldedcircle.com"
"name": "Albaintor",
"email": "albaintor@github.com",
"url": "https://github.com/albaintor"
},
"home_page": "https://www.unfoldedcircle.com",
"home_page": "https://github.com/albaintor/integration-zidoo",
"setup_data_schema": {
"title": {
"en": "Integration setup",
Expand All @@ -43,5 +43,5 @@
}
]
},
"release_date": "2024-07-23"
"release_date": "2024-07-30"
}

0 comments on commit e378562

Please sign in to comment.