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
with:
esp_idf_version: v5.5
path: ./Apps/${{ app_name }}
command: 'tactility.py build'
path: ./Apps
command: 'cd ${{ app_name }} && tactility.py build'
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with: