File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ function Get-GitHubReleaseAssets {
8585 }
8686 }
8787
88+ <<<<<<< Updated upstream
8889<<<<<<< Updated upstream
8990 if ($ReleaseTag -like ' latest' ) {
9091 $apiUrl = " https://api.github.com/repos/$repositoryOwner /$repositoryName /releases/latest"
@@ -98,6 +99,9 @@ function Get-GitHubReleaseAssets {
9899
99100 $release = Invoke-RestMethod - Uri $apiUrl - Method Get - Headers $headers
100101
102+ =======
103+ $release = Get-GitHubReleaseInformation - Repository $Repository - ReleaseTag $ReleaseTag
104+ >>>>>>> Stashed changes
101105=======
102106 $release = Get-GitHubReleaseInformation - Repository $Repository - ReleaseTag $ReleaseTag
103107>>>>>>> Stashed changes
@@ -384,7 +388,10 @@ function Invoke-Action {
384388 $ahkPath = Install-AutoHotkey
385389 $ahk2exePath = Install-Ahk2Exe
386390<<<<<<< Updated upstream
391+ <<<<<<< Updated upstream
392+ =======
387393=======
394+ >>>>>>> Stashed changes
388395
389396 [void ](Install-BinMod - Ahk2ExePath $ahk2exePath )
390397>>>>>>> Stashed changes
You can’t perform that action at this time.
0 commit comments