Skip to content

Commit

Permalink
update args
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPalmer1 committed Oct 1, 2020
1 parent 1a5116d commit 34d84ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion choco/deploy.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ $hash = Get-FileHash "gossamer3.zip"
"$($hash.Hash) $(Split-Path $hash.Path -Leaf)" > "gossamer3.zip.sha256"

echo "Push to choco"
choco apiKey -k $env:CHOCO_API_KEY -source https://push.chocolatey.org/
choco apiKey -k $env:CHOCO_API_KEY -s https://push.chocolatey.org/
choco push "./gossamer3.${version}.nupkg"

0 comments on commit 34d84ae

Please sign in to comment.