Update
This commit is contained in:
@@ -15,8 +15,8 @@ runs:
|
|||||||
uses: espressif/esp-idf-ci-action@v1
|
uses: espressif/esp-idf-ci-action@v1
|
||||||
with:
|
with:
|
||||||
esp_idf_version: v5.5
|
esp_idf_version: v5.5
|
||||||
path: ./Apps/${{ app_name }}
|
path: ./Apps
|
||||||
command: 'tactility.py build'
|
command: 'cd ${{ app_name }} && tactility.py build'
|
||||||
- name: 'Upload Artifact'
|
- name: 'Upload Artifact'
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Build Firmware
|
name: Build App
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user