Skip to content

Commit 7bf1314

Browse files
committed
test msbuild.yml
1 parent 132ea36 commit 7bf1314

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/msbuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757
run: |
5858
$response = Invoke-RestMethod -Uri "https://api.github.com/repos/libxengine/libxengine/releases/latest" -Headers @{"Accept"="application/vnd.github.v3+json"}
5959
$latest_tag = $response.tag_name
60+
Write-Host "Latest Tag: $latest_tag"
6061
6162
$url = "https://github.com/libxengine/libxengine/releases/download/$latest_tag/XEngine_Windows_x86-32.zip"
6263
Invoke-WebRequest -Uri $url -OutFile "XEngine_Windows_x86-32.zip"

0 commit comments

Comments
 (0)