From f2dd2e04d40b7b5225b9337ba389242e5e149b97 Mon Sep 17 00:00:00 2001 From: Claire Kuang Date: Tue, 30 Jan 2024 20:43:13 +0000 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77ddc20..cca8760 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: dotnet restore - name: Extract functionInputSchema id: extract_schema - working-directory: "SpeckleAutomateDotnetExample" + working-directory: "SpeckleRegressionTester" 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 SpeckleAutomateDotnetExample.dll" + speckle_function_command: "dotnet SpeckleRegressionTester.dll" speckle_automate_url: ${{ env.SPECKLE_AUTOMATE_URL }} speckle_token: ${{ secrets.SPECKLE_FUNCTION_TOKEN }} speckle_function_id: ${{ secrets.SPECKLE_FUNCTION_ID }}