Tactility script improvements (#25)

Compile from a different folder. Remove duplicate copies of tactility.py
This updates tactility.py to v3.5.0
This commit is contained in:
Ken Van Hoeylandt
2026-02-15 12:16:50 +01:00
committed by GitHub
parent fdb2e09b6c
commit d799c881aa
12 changed files with 23 additions and 15 deletions
+2 -2
View File
@@ -15,10 +15,10 @@ runs:
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v5.5
path: ./Apps/${{ inputs.app_name }}
path: .
# The export reset prevents an error when building other targets
# The default environment variable is set to "esp32" by the GitHub Action
command: 'export IDF_TARGET= && python tactility.py build'
command: 'export IDF_TARGET= && python tactility.py Apps/${{ inputs.app_name }} build'
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with: