We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 132ea36 commit 7bf1314Copy full SHA for 7bf1314
.github/workflows/msbuild.yml
@@ -57,6 +57,7 @@ jobs:
57
run: |
58
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/libxengine/libxengine/releases/latest" -Headers @{"Accept"="application/vnd.github.v3+json"}
59
$latest_tag = $response.tag_name
60
+ Write-Host "Latest Tag: $latest_tag"
61
62
$url = "https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Windows_x86-32.zip"
63
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"
0 commit comments