Update main.yml

This commit is contained in:
Jonathon Broughton
2025-02-18 08:19:45 +00:00
committed by GitHub
parent 9b12d06eee
commit 32c30bc59b
+4 -1
View File
@@ -26,7 +26,10 @@ jobs:
- name: Extract functionInputSchema
id: extract_schema
run: |
python main.py generate_schema ${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}
python main.py generate_schema "${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}"
echo "Checking if functionSchema.json exists after generation..."
ls -lah "${HOME}/${{ env.FUNCTION_SCHEMA_FILE_NAME }}"
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.8.1
with: