Fixes publish (#305)

Fixes publishing from 0.8.1.1 release,
This commit is contained in:
Kamron Batman 2020-11-08 12:18:53 -08:00 committed by GitHub
parent ae436cb55f
commit 5fcd98cc82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ elif [[ -f /etc/os-release ]]; then
fi fi
if [[ $config ]]; then if [[ $config ]]; then
config="$(tr '[:lower:]' '[:upper:]' <<< ${3:0:1})${3:1}" config="$(tr '[:lower:]' '[:upper:]' <<< ${1:0:1})${1:1}"
config="-c $config" config="-c $config"
else else
config="-c Release" config="-c Release"