Dmitry Nefedov
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
13 additions and
14 deletions
-
.github/workflows/Sophia.yml
|
|
@ -123,7 +123,7 @@ jobs: |
|
|
|
Force = $true |
|
|
|
} |
|
|
|
Copy-Item @Parameters |
|
|
|
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 |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 PowerShell 7" -Recurse -Force | Copy-Item -Destination "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease" -Recurse -Force |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Path = "Sophia Script for Windows 10 PowerShell 7 v$LatestRelease" |
|
|
@ -156,7 +156,7 @@ jobs: |
|
|
|
Force = $true |
|
|
|
} |
|
|
|
Copy-Item @Parameters |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 LTSC 2019" -Force | Copy-Item -Destination "Sophia Script for Windows 10 LTSC 2019 v$LatestRelease" -Recurse -Force |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 LTSC 2019" -Recurse -Force | Copy-Item -Destination "Sophia Script for Windows 10 LTSC 2019 v$LatestRelease" -Recurse -Force |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Path = "Sophia Script for Windows 10 LTSC 2019 v$LatestRelease" |
|
|
@ -189,7 +189,7 @@ jobs: |
|
|
|
Force = $true |
|
|
|
} |
|
|
|
Copy-Item @Parameters |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 LTSC 2021" -Force | Copy-Item -Destination "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease" -Recurse -Force |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 10 LTSC 2021" -Recurse -Force | Copy-Item -Destination "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease" -Recurse -Force |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Path = "Sophia Script for Windows 10 LTSC 2021 v$LatestRelease" |
|
|
@ -255,7 +255,7 @@ jobs: |
|
|
|
Force = $true |
|
|
|
} |
|
|
|
Copy-Item @Parameters |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 11 PowerShell 7" -Force | Copy-Item -Destination "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" -Recurse -Force |
|
|
|
Get-ChildItem -Path "Sophia Script\Sophia Script for Windows 11 PowerShell 7" -Recurse -Force | Copy-Item -Destination "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" -Recurse -Force |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Path = "Sophia Script for Windows 11 PowerShell 7 v$LatestRelease" |
|
|
@ -281,8 +281,7 @@ jobs: |
|
|
|
Write-Verbose -Message "Sophia.Script.Wrapper.v$LatestRelease.zip" -Verbose |
|
|
|
|
|
|
|
New-Item -Path "Sophia Script Wrapper v$LatestRelease" -ItemType Directory -Force |
|
|
|
# There is no need in -Recurse for the Get-ChildItem cmdlet |
|
|
|
Get-ChildItem -Path Wrapper -Exclude README.md -Force | Copy-Item -Destination "Sophia Script Wrapper v$LatestRelease" -Recurse -Force |
|
|
|
Get-ChildItem -Path Wrapper -Exclude README.md -Recurse -Force | Copy-Item -Destination "Sophia Script Wrapper v$LatestRelease" -Recurse -Force |
|
|
|
|
|
|
|
$Parameters = @{ |
|
|
|
Path = "Sophia Script Wrapper v$LatestRelease" |
|
|
|