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 ######