Skip to content

Commit cc9a5e3

Browse files
authored
Merge pull request #40 from warpdotdev/fix-build-script
Support yaml and yml extensions in build script.
2 parents 5232592 + 2af98c7 commit cc9a5e3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

workflows/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ fn main() -> Result<()> {
4141
.to_str()
4242
.expect("OsStr should convert to str")
4343
.replace(".yaml", "")
44+
.replace(".yml", "")
4445
.to_case(Case::Snake);
4546
println!("file name is {:?}", file_name);
4647

0 commit comments

Comments
 (0)