Skip to content

Commit 192fa76

Browse files
committed
Update app_location in Azure SWA config to 'output'
Changed app_location from 'output/wwwroot' to 'output' in the Azure Static Web Apps deployment configuration. This updates the deployment root directory to 'output' instead of the previous subdirectory. All other deployment settings remain unchanged.
1 parent d9b76f3 commit 192fa76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-static-web-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_FOREST_0C3A9ED10 }}
6161
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
6262
action: "upload"
63-
app_location: "output/wwwroot" # Path to your .csproj folder
63+
app_location: "output" # Path to your .csproj folder
6464
api_location: "" # Leave empty if no API
6565
output_location: "output/wwwroot"
6666
skip_api_build: true

0 commit comments

Comments
 (0)