Fix command

This commit is contained in:
Ken Van Hoeylandt
2025-09-23 22:10:29 +02:00
parent f21a965b1e
commit a36f91bc5d
+1 -1
View File
@@ -16,7 +16,7 @@ runs:
with:
esp_idf_version: v5.5
path: ./Apps/${{ inputs.app_name }}
command: 'tactility.py build'
command: 'python tactility.py build'
- name: 'Upload Artifact'
uses: actions/upload-artifact@v4
with: