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 = @{
+2 -2
View File
@@ -33,9 +33,9 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<docsUrl>https://github.com/Dark-Alex-17/gman/blob/main/README.md</docsUrl>
<bugTrackerUrl>https://github.com/Dark-Alex-17/gman/issues</bugTrackerUrl>
<tags>cli cross-platform terminal credential-management secret-management rust</tags>
<summary>Universal command line credential management and injection tool</summary>
<summary>Universal CLI credential management and injection tool</summary>
<description>
Universal command line credential management and injection tool.
Universal CLI credential management and injection tool.
**Usage**
To get started, run `gman --help` in a terminal.