Skip to content

Commit

Permalink
Merge 8cf00bc into 1e6ba05
Browse files Browse the repository at this point in the history
  • Loading branch information
EnAppelsin authored Aug 28, 2022
2 parents 1e6ba05 + 8cf00bc commit 93a019e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Check mod launcher version
id: mod-launcher-version
run: |
$Request = Invoke-WebRequest -Uri "https://api.donutteam.com/?Event=AppLookup&Apps=4&Format=XML" -Method:Get -Headers $head -ContentType "application/xml" -ErrorAction:Stop -TimeoutSec 60
$Request = Invoke-WebRequest -Uri "https://api.donutteam.com/?Event=AppLookup&Apps=4&Format=XML" -Method:Get -ErrorAction:Stop -TimeoutSec 60
$Version = ([XML]$Request.Content).DonutTeamAPI.Data.Version
Write-Output "::set-output name=version::$Version"
Expand Down

0 comments on commit 93a019e

Please sign in to comment.