This commit is contained in:
Ken Van Hoeylandt
2025-09-23 21:40:41 +02:00
parent f6c99885a1
commit 3f8bdff7d2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
name: Build Firmware name: Build App
on: on:
push: push:
branches: branches: