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
5 additions and
1 deletions
-
.github/workflows/Sophia.yml
|
|
@ -142,7 +142,11 @@ jobs: |
|
|
|
|
|
|
|
- name: Wrapper |
|
|
|
run: | |
|
|
|
$BUILD_DIR = "Sophia Script Wrapper" |
|
|
|
$BUILD_DIR = "Sophia Script Wrapper v" |
|
|
|
$WrapperVersion = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/Wrapper/latest.txt" |
|
|
|
Write-Host $WrapperVersion |
|
|
|
$BUILD_DIR += $WrapperVersion |
|
|
|
|
|
|
|
$ZIP = "$BUILD_DIR.zip" |
|
|
|
|
|
|
|
New-Item -Path $BUILD_DIR -ItemType Directory -Force |
|
|
|