Skip to content

Commit ed1d677

Browse files
authored
Fix output location in Azure workflow
Updated output location for the built app content.
1 parent 9080a06 commit ed1d677

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/azure-static-web-apps-happy-moss-0eaf01f1e.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
3131
app_location: "./eventz-ui" # App source code path
3232
api_location: "" # Api source code path - optional
33-
output_location: "dist/clinics-managment-frontend" # Built app content directory - optional
33+
output_location: "dist/eventz-ui" # Built app content directory
3434
###### End of Repository/Build Configurations ######
3535

3636
close_pull_request_job:
@@ -44,3 +44,4 @@ jobs:
4444
with:
4545
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_MOSS_0EAF01F1E }}
4646
action: "close"
47+

0 commit comments

Comments
 (0)