Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klaasnicolaas/home-assistant-glow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fc64a0dc1ccb5a3bc22dbd8a4d091becc75047c0
Choose a base ref
..
head repository: klaasnicolaas/home-assistant-glow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3ce18477b98360ef35c9be2eb228eb22425f6a83
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/build-firmware.yaml
  2. +1 −1 .github/workflows/deploy-firmware.yaml
2 changes: 1 addition & 1 deletion .github/workflows/build-firmware.yaml
Original file line number Diff line number Diff line change
@@ -119,7 +119,7 @@ jobs:
sed -i 's/${{ steps.esphome-build.outputs.name }}\(\.[a-z]*\)\.bin/\/${{ matrix.firmware }}\/${{ matrix.device }}\/${{ steps.esphome-build.outputs.name }}\1.bin/' output/${{ matrix.device }}/manifest.json
cat output/${{ matrix.device }}/manifest.json
- name: ⬆️ Upload firmware / device artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: build-${{ matrix.firmware}}-${{ matrix.device }}
path: output
2 changes: 1 addition & 1 deletion .github/workflows/deploy-firmware.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:
- name: 🧪 Display structure of job
run: ls -R
- name: ⬆️ Upload project artifact
uses: actions/upload-artifact@v4.4.3
uses: actions/upload-artifact@v4.5.0
with:
name: ${{ matrix.project }}
path: files