renames to SpeckleAutomateDotnetExample
build and deploy Speckle functions / publish-automate-function-version (push) Has been cancelled

This commit is contained in:
Claire Kuang
2024-01-30 21:03:28 +00:00
parent aff5834508
commit b1872be922
9 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ jobs:
run: dotnet restore
- name: Extract functionInputSchema
id: extract_schema
working-directory: "SpeckleRegressionTester"
working-directory: "SpeckleAutomateDotnetExample"
run: |
dotnet build
dotnet run generate-schema ${HOME}/functionSchema.json
@@ -29,7 +29,7 @@ jobs:
- name: Speckle Automate Function - Build and Publish
uses: specklesystems/speckle-automate-github-composite-action@0.7.2
with:
speckle_function_command: "dotnet SpeckleRegressionTester.dll"
speckle_function_command: "dotnet SpeckleAutomateDotnetExample.dll"
speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL }}
speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }}
speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}