Dmitry Nefedov
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/Sophia.yml
|
|
@ -37,7 +37,7 @@ jobs: |
|
|
|
|
|
|
|
# Expand zip archive |
|
|
|
$Parameters = @{ |
|
|
|
Path = "$PSScriptRoot\$LatestPolicyFileEditorVersion.zip" |
|
|
|
Path = "Scripts\$LatestPolicyFileEditorVersion.zip" |
|
|
|
DestinationPath = "Scripts" |
|
|
|
Force = $true |
|
|
|
Verbose = $true |
|
|
@ -54,7 +54,7 @@ jobs: |
|
|
|
) |
|
|
|
Remove-Item -Path $Path -Recurse -Force |
|
|
|
|
|
|
|
Rename-Item -Path "$PSScriptRoot\PolicyFileEditor-$LatestPolicyFileEditorVersion" -NewName "$PSScriptRoot\PolicyFileEditor" -Force |
|
|
|
Rename-Item -Path "Scripts\PolicyFileEditor-$LatestPolicyFileEditorVersion" -NewName "Scripts\PolicyFileEditor" -Force |
|
|
|
|
|
|
|
# Download Microsoft.Windows.SDK.NET.dll & WinRT.Runtime.dll |
|
|
|
$Parameters = @{ |
|
|
|