Browse Source

Update Sophia.yml

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

2
.github/workflows/Sophia.yml

@ -140,7 +140,7 @@ jobs:
- name: Wrapper
run: |
# 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()
$WrapperVersion = (Invoke-RestMethod -Uri "https://raw.githubusercontent.com/farag2/Windows-10-Sophia-Script/master/Wrapper/latest.txt").ToString().Trim()
Write-Host $WrapperVersion
$BUILD_DIR = "Sophia Script Wrapper v$WrapperVersion"

Loading…
Cancel
Save