Skip to content

Commit

Permalink
Merge pull request #15 from ApolloAutomation/FixName
Browse files Browse the repository at this point in the history
Fix Name
  • Loading branch information
TrevorSchirmer authored Nov 8, 2024
2 parents 38869e1 + adbacec commit 5ab13fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Integrations/ESPHome/Core.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
substitutions:
version: "24.11.7.9"
version: "24.11.7.10"

esp32:
board: esp32-c3-devkitm-1
Expand Down

0 comments on commit 5ab13fd

Please sign in to comment.