Skip to content

Commit c87385e

Browse files
authored
Merge pull request #110 from dentiny/hjiang/replace-distribution-extension-yaml
Replace distribution extension yaml
2 parents 5bf56f3 + 2601add commit c87385e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/bootstrap-template.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def replace_everywhere(to_find: str, to_replace: str) -> None:
104104
replace("./README.md", to_find, to_replace)
105105
replace("./extension_config.cmake", to_find, to_replace)
106106
replace("./scripts/setup-custom-toolchain.sh", to_find, to_replace)
107+
replace(".github/workflows/MainDistributionPipeline.yml", to_find, to_replace)
107108

108109

109110
def remove_placeholder() -> None:

0 commit comments

Comments
 (0)