Skip to content

Commit 57d6bae

Browse files
committed
fix: correct Angular output path for Azure Static Web Apps
1 parent 77514cc commit 57d6bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-static-web-apps-purple-tree-0d5bcc61e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
4343
app_location: "frontend/invoice-app" # App source code path
4444
api_location: "" # Api source code path - optional
45-
output_location: "dist/invoice-app" # Built app content directory - optional
45+
output_location: "dist/invoice-app/browser" # Built app content directory - optional
4646
github_id_token: ${{ steps.idtoken.outputs.result }}
4747
###### End of Repository/Build Configurations ######
4848

0 commit comments

Comments
 (0)