Update github action

This commit is contained in:
2024-04-30 21:10:03 +01:00
parent a78b8d969e
commit 05b1b886f9

View File

@@ -28,7 +28,7 @@ jobs:
action: "upload" action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### ###### 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 # 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 output_location: "wwwroot" # Built app content directory - optional
###### End of Repository/Build Configurations ###### ###### End of Repository/Build Configurations ######