ci: update app location in Azure Static Web Apps workflow to point to build directory

This commit is contained in:
Siarhei Bareika 2025-03-17 10:49:18 +01:00
parent 6842a03f92
commit c60de34c7d
No known key found for this signature in database
GPG Key ID: 2D2768C44911298A

View File

@ -47,9 +47,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: "./web" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
app_location: "./web/build" # App source code path
###### End of Repository/Build Configurations ######
close_pull_request_job: