Skip to content

Commit ae2229c

Browse files
Fix SWA deployment to point app_location at built dist output
1 parent b360413 commit ae2229c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-angular.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,5 @@ jobs:
7575
with:
7676
azure_static_web_apps_api_token: ${{ steps.swa-token.outputs.token }}
7777
action: upload
78-
app_location: 'Clients/TalentManagement-Angular-Material/talent-management'
79-
output_location: 'dist/talent-management/browser'
78+
app_location: 'Clients/TalentManagement-Angular-Material/talent-management/dist/talent-management/browser'
8079
skip_app_build: true

0 commit comments

Comments
 (0)