Browse Source

Update Sophia.yml

pull/378/head
Dmitry Nefedov 2 years ago
committed by GitHub
parent
commit
33034b4fcb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/Sophia.yml

3
.github/workflows/Sophia.yml

@ -71,8 +71,6 @@ jobs:
$Entries | ForEach-Object -Process {[IO.Compression.ZipFileExtensions]::ExtractToFile($_, "$PSScriptRoot\$($_.Name)", $true)}
$ZIP.Dispose()
Test-Path -Path "$PSScriptRoot\WinRT.Runtime.dll", "$PSScriptRoot\Microsoft.Windows.SDK.NET.dll"
- name: Sophia Script for Windows 10
run: |
# https://github.com/farag2/Sophia-Script-for-Windows/blob/master/sophia_script_versions.json
@ -125,6 +123,7 @@ jobs:
Force = $true
}
Copy-Item @Parameters
test-path -path "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease\bin\WinRT.Runtime.dll", "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease\bin\Microsoft.Windows.SDK.NET.dll"
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 PowerShell 7" -Force | Copy-Item -Destination "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease" -Recurse -Force
$Parameters = @{

Loading…
Cancel
Save