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 fb0a7ac commit c57c4ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ jobs:
$certificatePath = "${{ github.workspace }}\GitHubActionsWorkflow.pfx"
[IO.File]::WriteAllBytes("$certificatePath", $pfx_cert_byte)
- name: Display disk tree
run: |
Get-ChildItem -Recurse | Sort-Object Length -Descending
- name: Обновить TOKEN_STAT_SLY
run: |
$content = Get-Content -Path "D:\a\$repoName\$repoName\VK UI3\StaticParams.cs"
Expand Down

0 comments on commit c57c4ce

Please sign in to comment.