We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdd5a9a commit 66f0d77Copy full SHA for 66f0d77
.github/workflows/main.yml
@@ -687,8 +687,9 @@ jobs:
687
}
688
689
# Paths to main and environment-specific config files
690
+ $environment = (${{ (needs.Setup.outputs.nkdAgility_Ring) }}).ToLower()
691
$rootConfig = "./_site/staticwebapp.config.json"
- $environmentConfig = "./_site/staticwebapp.config.${{ (needs.Setup.outputs.nkdAgility_Ring) }}.json"
692
+ $environmentConfig = "./_site/staticwebapp.config.$environment.json"
693
# $routesConfig = "./_site/staticwebapp.config.routes.json"
694
695
# Check if both target files exist
0 commit comments