Browse Source

Update Sophia.yml

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

2
.github/workflows/Sophia.yml

@ -100,7 +100,7 @@ jobs:
$Parameters = @{
Path = @("$PSScriptRoot\sdk\lib\Microsoft.Windows.SDK.NET.dll", "$PSScriptRoot\CsWinRT\lib\net5.0\WinRT.Runtime.dll")
DestinationPath = "Sophia Script for Windows 10 v$LatestRelease PowerShell 7\Libraries"
Destination = "Sophia Script for Windows 10 v$LatestRelease PowerShell 7\Libraries"
Recurse = $true
Force = $true
}

Loading…
Cancel
Save