Skip to content

Commit 96127f6

Browse files
committed
Only Build
1 parent c3e5fbd commit 96127f6

File tree

1 file changed

+29
-16
lines changed

1 file changed

+29
-16
lines changed

.github/workflows/build.yml

Lines changed: 29 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -37,21 +37,34 @@ jobs:
3737
steps:
3838
- name: Checkout
3939
uses: actions/checkout@v4.2.2
40-
- name: Run action
41-
uses: ./
42-
id: esphome-build
40+
# - name: Run action
41+
# uses: ./
42+
# id: esphome-build
43+
# with:
44+
# yaml-file: airgradient-one.yaml
45+
# version: ${{ matrix.esphome-version }}
46+
# platform: linux/amd64
47+
# cache: true
48+
# release-summary: ${{ env.TEST_RELEASE_SUMMARY }}
49+
# release-url: "https://github.com/esphome/build-action"
50+
# complete-manifest: ${{ matrix.manifest == 'complete' }}
51+
# - name: Write version to file
52+
# run: echo ${{ steps.esphome-build.outputs.version }} > ${{ steps.esphome-build.outputs.name }}/version
53+
# - name: Upload ESPHome binary
54+
# uses: actions/upload-artifact@v4.6.0
55+
# with:
56+
# name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
57+
# path: ${{ steps.esphome-build.outputs.name }}
58+
59+
60+
- name: Build firmware using ESPHome
61+
id: esphome
62+
uses: esphome/build-action@v6
4363
with:
4464
yaml-file: airgradient-one.yaml
45-
version: ${{ matrix.esphome-version }}
46-
platform: linux/amd64
47-
cache: true
48-
release-summary: ${{ env.TEST_RELEASE_SUMMARY }}
49-
release-url: "https://github.com/esphome/build-action"
50-
complete-manifest: ${{ matrix.manifest == 'complete' }}
51-
- name: Write version to file
52-
run: echo ${{ steps.esphome-build.outputs.version }} > ${{ steps.esphome-build.outputs.name }}/version
53-
- name: Upload ESPHome binary
54-
uses: actions/upload-artifact@v4.6.0
55-
with:
56-
name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
57-
path: ${{ steps.esphome-build.outputs.name }}
65+
66+
# - name: Upload ESPHome binary
67+
# uses: actions/upload-artifact@v4.6.0
68+
# with:
69+
# name: build-output-files-${{ matrix.esphome-version }}-${{ matrix.manifest }}
70+
# path: ${{ steps.esphome-build.outputs.name }}

0 commit comments

Comments
 (0)