From 05b1b886f92bfdfd6638e696d5bf5772c8bc3201 Mon Sep 17 00:00:00 2001 From: Beau Findlay Date: Tue, 30 Apr 2024 21:10:03 +0100 Subject: [PATCH] Update github action --- .github/workflows/azure-static-web-apps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-static-web-apps.yml b/.github/workflows/azure-static-web-apps.yml index 1cc6336..a94bf7b 100644 --- a/.github/workflows/azure-static-web-apps.yml +++ b/.github/workflows/azure-static-web-apps.yml @@ -28,7 +28,7 @@ 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/src/Client" # App source code path + app_location: "/src/Client" # App source code path output_location: "wwwroot" # Built app content directory - optional ###### End of Repository/Build Configurations ######