From 3b3ecd21badbf4943b15316e84e4e1a1b3ac4cb7 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Sun, 18 Sep 2022 22:53:51 +0300 Subject: [PATCH] Update Sophia.yml --- .github/workflows/Sophia.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index a0c5368a..db8607f3 100644 --- a/.github/workflows/Sophia.yml +++ b/.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 = @{