Skip to content

Commit 54ea8a6

Browse files
committed
Update changelog path to reference the correct directory structure
1 parent 97e080f commit 54ea8a6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Content/Library/build/build.fs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,10 @@ let READMElink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{readme}")
118118
let CHANGELOGlink = Uri(Uri(gitHubRepoUrl), $"blob/{releaseBranch}/{changelogFile}")
119119

120120
let changelogPath =
121-
rootDirectory
122-
</> changelogFile
121+
IO.Path.GetFullPath(
122+
rootDirectory
123+
</> changelogFile
124+
)
123125

124126
let changelog = Fake.Core.Changelog.load changelogPath
125127

0 commit comments

Comments
 (0)