From adbacec5740a293d18e87e18c640dc728cfb30d0 Mon Sep 17 00:00:00 2001 From: Trevor Schirmer Date: Thu, 7 Nov 2024 22:03:43 -0500 Subject: [PATCH] Fix Name --- .github/workflows/publish.yml | 4 ++-- Integrations/ESPHome/Core.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 45ddaca..29c4ca9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -157,7 +157,7 @@ jobs: for file in $(find firmware -type f); do filename=$(basename "$file") echo "Uploading $filename from firmware directory" - gh release upload "${{ steps.create_release.outputs.upload_url }}" "$file" --clobber --repo ${{ github.repository }} --name "$filename" + gh release upload "${{ steps.create_release.outputs.upload_url }}" "$file" --clobber --repo ${{ github.repository }} done # Upload each file in firmware-b folder @@ -168,7 +168,7 @@ jobs: for file in $(find firmware-b -type f); do filename=$(basename "$file") echo "Uploading $filename from firmware-b directory" - gh release upload "${{ steps.create_release.outputs.upload_url }}" "$file" --clobber --repo ${{ github.repository }} --name "$filename" + gh release upload "${{ steps.create_release.outputs.upload_url }}" "$file" --clobber --repo ${{ github.repository }} done - uses: actions/download-artifact@v4.1.8 diff --git a/Integrations/ESPHome/Core.yaml b/Integrations/ESPHome/Core.yaml index ef87b1f..a2faf40 100644 --- a/Integrations/ESPHome/Core.yaml +++ b/Integrations/ESPHome/Core.yaml @@ -1,5 +1,5 @@ substitutions: - version: "24.11.7.9" + version: "24.11.7.10" esp32: board: esp32-c3-devkitm-1