Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
upload the entire build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 11, 2023
1 parent 3cf279d commit 2a42f6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions create-grpc-archive.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function CheckParametersConstraints
{
if(-Not(IsDirectory($Source)))
{
Error -Entry "Parameter -$Source is not a valid directory."
Error -Entry "Parameter $Source is not a valid directory."
$passed = $false
}
}
Expand All @@ -482,15 +482,15 @@ function CheckParametersConstraints
{
if(-Not(IsDirectory($Destination)))
{
Error -Entry "Parameter -$Destination is not a valid directory."
Error -Entry "Parameter $Destination is not a valid directory."
$passed = $false
}
}

if(-Not(IsValid($Version)))

{
Error -Entry "Parameter -$Version is empty."
Error -Entry "Parameter $Version is empty."
$passed = $false
}

Expand Down

0 comments on commit 2a42f6b

Please sign in to comment.