diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 047d70b..5418d32 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/driver.json b/driver.json index f6a7515..3bb0a68 100644 --- a/driver.json +++ b/driver.json @@ -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" @@ -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", @@ -43,5 +43,5 @@ } ] }, - "release_date": "2024-07-23" + "release_date": "2024-07-30" }