diff --git a/.github/workflows/Sophia.yml b/.github/workflows/Sophia.yml index fecc711f..829feb6c 100644 --- a/.github/workflows/Sophia.yml +++ b/.github/workflows/Sophia.yml @@ -32,7 +32,7 @@ jobs: Write-Host $ZIP Copy-Item -Path "Sophia\PowerShell 5.1\*" -Destination $BUILD_DIR -Recurse -Force - Copy-Item -Path "Start menu pinning\syspin.exe" -Destination $BUILD_DIR -Force + Copy-Item -Path "syspin\syspin.exe" -Destination $BUILD_DIR -Force Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force @@ -58,7 +58,7 @@ jobs: Copy-Item -Path "Sophia\PowerShell 5.1\*" -Destination $BUILD_DIR -Recurse -Force Copy-Item -Path "Sophia\PowerShell 7.x\*" -Destination $BUILD_DIR -Recurse -Force - Copy-Item -Path "Start menu pinning\syspin.exe" -Destination $BUILD_DIR -Recurse -Force + Copy-Item -Path "syspin\syspin.exe" -Destination $BUILD_DIR -Recurse -Force Compress-Archive -Path $BUILD_DIR -DestinationPath $ZIP -Force