Fix publish script (bump release) (#215)
This commit is contained in:
parent
88c669b3dd
commit
f4ed471fe6
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue