Browse Source

Update Sophia.yml

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

3
.github/workflows/Sophia.yml

@ -142,7 +142,8 @@ jobs:
- name: Wrapper
run: |
$WrapperVersion = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/Wrapper/latest.txt"
# The Trim.() is needed to trim the downloaded text version string
$WrapperVersion = (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/Wrapper/latest.txt").Trim()
Write-Host $WrapperVersion
$BUILD_DIR = "Sophia Script Wrapper v$WrapperVersion"

Loading…
Cancel
Save