Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/Sophia.yml
|
|
@ -120,7 +120,7 @@ jobs: |
|
|
|
- name: Build LTSC |
|
|
|
run: | |
|
|
|
$BUILD_DIR = "Sophia Script LTSC v" |
|
|
|
$ModuleVersion = (Import-PowerShellDataFile -Path "Sophia\LTSC\Sophia.psd1").ModuleVersion |
|
|
|
$ModuleVersion = (Import-PowerShellDataFile -Path "Sophia\LTSC\Manifest\Sophia.psd1").ModuleVersion |
|
|
|
Write-Host $ModuleVersion |
|
|
|
$BUILD_DIR += $ModuleVersion |
|
|
|
|
|
|
|