Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKrotos authored Oct 8, 2024
1 parent ce5b803 commit 03f949a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Обновить TOKEN_STAT_SLY
run: |
$content = Get-Content -Path "D:\a\$repoName\$repoName\VKU3\VK UI3\StaticParams.cs"
$updatedContent = $content -replace 'Environment.GetEnvironmentVariable\("TOKEN_STAT_SLY"\)', "`" + $env:TOKEN_STAT_SLY + "`"
$updatedContent = $content -replace 'Environment.GetEnvironmentVariable\("TOKEN_STAT_SLY"\)', $env:TOKEN_STAT_SLY
Set-Content -Path "D:\a\$repoName\$repoName\VKU3\VK UI3\StaticParams.cs" -Value $updatedContent
Expand Down

0 comments on commit 03f949a

Please sign in to comment.