fix(ci): point app_location directly to langgraph/dist for SWA upload

This commit is contained in:
gongzhiyong
2026-04-10 04:44:57 +08:00
parent 14a7e79792
commit f8a73e461c
+1 -2
View File
@@ -40,6 +40,5 @@ jobs:
azure_static_web_apps_api_token: ${{ secrets.SWA_LANGGRAPH_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
action: upload
app_location: /
output_location: langgraph/dist
app_location: langgraph/dist
skip_app_build: true