ci: Fixed typo in shell commands for Windows and Mac builds
This commit is contained in:
@@ -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 = @{
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user