ci: Fixed typo in shell commands for Windows and Mac builds

This commit is contained in:
2025-09-14 17:40:20 -06:00
parent 47d5159fd3
commit cfc296dd75
6 changed files with 7 additions and 39 deletions
@@ -2,7 +2,7 @@ $ErrorActionPreference = 'Stop';
$PackageName = 'gman'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://github.com/Dark-Alex-17/gman/releases/download/v$version/gman-windows.tar.gz'
$url64 = 'https://github.com/Dark-Alex-17/gman/releases/download/v$version/gman-windows.zip'
$checksum64 = '$hash_64'
$packageArgs = @{