From 6af6991b63c83278580ea223a5948675c8bb227b Mon Sep 17 00:00:00 2001 From: Klaas Schoute Date: Wed, 17 Jul 2024 16:15:11 +0200 Subject: [PATCH] Try again to fix the combined manifest build --- .github/workflows/deploy-firmware.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-firmware.yaml b/.github/workflows/deploy-firmware.yaml index 12e4f9ab..aeeceb84 100644 --- a/.github/workflows/deploy-firmware.yaml +++ b/.github/workflows/deploy-firmware.yaml @@ -40,7 +40,7 @@ jobs: path: files - name: 🔨 Generate device manifest.json run: | - version=$(cat project_version) + version=$(cat files/*/project_version | sort -V | tail -n 1) jq -s --arg version "$version" '{"name": "${{ matrix.name }}", "version": $version, "home_assistant_domain": "esphome", "builds":.}' files/*/manifest.json > files/manifest.json - name: 🧪 Display structure of job run: ls -R