👽 Update path to release artifacts

This commit is contained in:
Ben Chatelain 2022-02-03 19:56:53 -07:00
parent 910bf23978
commit 83cf1916e7

View file

@ -23,7 +23,7 @@ fi
while test -n "$1"; do
if [[ "$1" == '--universal' ]]; then
ARCH=universal
RELEASE=.build/apple/Products/Release
RELEASE=.build/release
else
# Override default prefix path with optional arg
PREFIX="$1"