Skip to content

Commit ca05532

Browse files
committed
Fix name
1 parent 80ad5eb commit ca05532

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/esphome.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
strategy:
3737
matrix:
38-
target: [solo] #TODO: add ams.yaml
38+
target: [esp32s2]
3939
steps:
4040
- name: Checkout repository
4141
uses: actions/checkout@v4
@@ -74,7 +74,7 @@ jobs:
7474
- name: Build ESPHome firmware
7575
uses: esphome/build-action@v4.0.2
7676
with:
77-
yaml-file: ${{ github.workspace }}/firmware/config-${{ matrix.target }}.yaml
77+
yaml-file: ${{ github.workspace }}/firmware/config-solo.yaml
7878
release-summary: ${{ env.RELEASE_SUMMARY }}
7979
complete-manifest: false
8080

0 commit comments

Comments
 (0)