Skip to content

Commit

Permalink
Update gen-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MHaggis committed Nov 26, 2023
1 parent 60cf8a9 commit dfac8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
Write-Output "File Path: $filePath"
$fileContent = Get-Content $filePath
Write-Output "File Content: $fileContent"
$updatedContent = $fileContent -replace 'The generated binary may be found here:.*', ("The generated binary may be found here: " + $releaseUrl + ",")
$updatedContent = $fileContent -replace 'The generated binary may be found here:.*', ("The generated binary may be found here: " + $releaseUrl + ',",')
Write-Output "Updated Content: $updatedContent"
Set-Content -Path $filePath -Value $updatedContent
Write-Output "File content updated successfully."
Expand Down

0 comments on commit dfac8a3

Please sign in to comment.