Skip to content

Commit

Permalink
hmm strings
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed Jul 25, 2024
1 parent d281c71 commit 4aaa63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ jobs:
$module = $module -replace 'ModuleVersion = ''\d+\.\d+\.\d+''', "ModuleVersion = '$version'"
$module | Set-Content -Path src/Svrooij.WinTuner.CmdLets/WinTuner.psd1
$startupContent = Get-Content -Path src/Svrooij.WinTuner.CmdLets/Startup.cs
$startupContent = $startupContent -replace '*REPLACED_AT_BUILD*', $env:WINTUNER_PROXY_TOKEN
$startupContent = $startupContent -replace '\*REPLACED_AT_BUILD\*', $env:WINTUNER_PROXY_TOKEN
$startupContent | Set-Content -Path src/Svrooij.WinTuner.CmdLets/Startup.cs
env:
Expand Down

0 comments on commit 4aaa63b

Please sign in to comment.