File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,14 +109,14 @@ jobs:
109109 $installerXml = $template `
110110 -replace "{{VERSION}}", $version `
111111 -replace "{{INSTALLER_URL}}", $installerUrl `
112- -replace "{{CHANGELOG_URL}}", $changelogUrl `
112+ -replace "{{CHANGELOG_URL}}", $changelogUrl
113113 $installerXml | Set-Content -Path "artifacts/update-installer.xml" -Encoding UTF8
114114
115115 $singleUrl = "$baseUrl/CleanMyPosts-$version-win-x64.exe"
116116 $singleXml = $template `
117117 -replace "{{VERSION}}", $version `
118118 -replace "{{INSTALLER_URL}}", $singleUrl `
119- -replace "{{CHANGELOG_URL}}", $changelogUrl `
119+ -replace "{{CHANGELOG_URL}}", $changelogUrl
120120 $singleXml | Set-Content -Path "artifacts/update-single.xml" -Encoding UTF8
121121
122122 - name : Create GitHub App Token
You can’t perform that action at this time.
0 commit comments