Update main.yml (#34)

This commit is contained in:
Jonathon Broughton
2025-02-18 08:21:30 +00:00
committed by GitHub
parent 1ae3372f42
commit f3987fced9
+2 -2
View File
@@ -32,8 +32,8 @@ jobs:
id: extract_schema
run: |
python main.py generate_schema "${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}"
- name: Verify functionSchema.json exists
run: ls -lah functionSchema.json
echo "Checking if functionSchema.json exists after generation..."
ls -lah "${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}"
# Step 5: Build and publish the Speckle function
- name: Speckle Automate Function - Build and Publish