Skip to content

Commit a7c39af

Browse files
committed
Update app_location in Azure SWA workflow
Updated the `app_location` in the Azure Static Web Apps workflow file (`azure-static-web-apps-calm-plant-04da70210.yml`) from an empty string (`""`) to `"."` to specify the current directory as the app source code path. This ensures the workflow correctly identifies the app's source code for building and deploying.
1 parent 7699ba1 commit a7c39af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-calm-plant-04da70210.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
3030
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3131
#app_location: "Client" # App source code path
32-
app_location: "" # App source code path
32+
app_location: "." # App source code path
3333
#api_location: "Api" # Api source code path - optional
3434
output_location: "wwwroot" # Built app content directory - optional
3535
###### End of Repository/Build Configurations ######

0 commit comments

Comments
 (0)