From 1e2c878ee2b0762439391f78b20f8050bd3f523c Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Thu, 7 Mar 2024 22:25:55 +0000 Subject: [PATCH] Update azure-static-web-apps.yml --- .github/workflows/azure-static-web-apps.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/azure-static-web-apps.yml b/.github/workflows/azure-static-web-apps.yml index 876f04c..2614012 100644 --- a/.github/workflows/azure-static-web-apps.yml +++ b/.github/workflows/azure-static-web-apps.yml @@ -28,8 +28,8 @@ jobs: action: "upload" ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig - app_location: "/BeauFindlay/BeauFindlay" # App source code path - api_location: "Api" # Api source code path - optional + app_location: "/BeauFindlay/src/BeauFindlay.Client" # App source code path + api_location: "/BeauFindlay/src/BeauFindlay.Api" # Api source code path - optional output_location: "wwwroot" # Built app content directory - optional ###### End of Repository/Build Configurations ######