From f4ed471fe64eed54e1d76fbf7731a3e5985aa7eb Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Wed, 2 Sep 2020 19:16:03 -0700 Subject: [PATCH] Fix publish script (bump release) (#215) --- publish.cmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/publish.cmd b/publish.cmd index f409653e0..c148bea46 100755 --- a/publish.cmd +++ b/publish.cmd @@ -6,7 +6,9 @@ dotnet restore --force-evaluate GOTO :CMDSCRIPT ::SHELLSCRIPT -if [[ $(uname) = "Darwin" ]]; then +if [[ $1 ]]; then + r="-r $1-x64" +elif [[ $(uname) = "Darwin" ]]; then r="-r osx-x64" elif [[ -f /etc/os-release ]]; then . /etc/os-release