Update main.yml (#32)

This commit is contained in:
Jonathon Broughton
2025-02-18 00:07:30 +00:00
committed by GitHub
parent 460b21772a
commit b071380a4f
+2
View File
@@ -32,6 +32,8 @@ jobs:
id: extract_schema
run: |
python main.py generate_schema "${{ env.FUNCTION_SCHEMA_FILE_NAME }}"
- name: Verify functionSchema.json exists
run: ls -lah functionSchema.json
# Step 5: Build and publish the Speckle function
- name: Speckle Automate Function - Build and Publish