Skip to content

Commit ccc68a1

Browse files
committed
Fix file names
1 parent 855df11 commit ccc68a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build2.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# https://github.com/esphome/esphome-project-template/blob/main/.github/workflows/publish-firmware.yml
12
name: Publish Firmware
23

34
on:
@@ -13,10 +14,9 @@ jobs:
1314
with:
1415
#### Modify below here to match your project ####
1516
files: |
16-
ag-one.yaml
17-
ag-open-air-o-1pst.yaml
18-
project-template-esp32-s3.factory.yaml
19-
esphome-version: 2024.10.3
17+
airgradient-one.yaml
18+
airgradient-open-air-o-1pst.yaml
19+
esphome-version: 2025.02.0
2020
combined-name: project-template
2121
#### Modify above here to match your project ####
2222

0 commit comments

Comments
 (0)