Skip to content

Commit

Permalink
try the simple way
Browse files Browse the repository at this point in the history
  • Loading branch information
gjedlicska committed Aug 11, 2023
1 parent c2704fc commit fc28036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
id: extract_schema
run: |
dotnet build
echo $(dotnet run generate-schema) > ${{ env.FUNCTION_SCHEMA_PATH }}
cat ${{ env.FUNCTION_SCHEMA_PATH }}
echo $(dotnet run generate-schema) > functionSchema.json
cat functionSchema.json
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/[email protected]
with:
speckle_automate_url: 'https://automate.speckle.dev'
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}
speckle_function_input_schema_file_path: ${{ env.FUNCTION_SCHEMA_PATH }}
speckle_function_input_schema_file_path: functionSchema.json
speckle_function_command: 'dotnet SpeckleAutomateDotnetExample.dll'

0 comments on commit fc28036

Please sign in to comment.