Fix Linux publish script

This commit is contained in:
Matt Nadareski
2026-03-27 08:49:08 -04:00
parent 078cd88bcd
commit de4566ec26

View File

@@ -14,7 +14,7 @@ INCLUDE_DEBUG=false
INCLUDE_UNPUBLISHED=false INCLUDE_UNPUBLISHED=false
NO_BUILD=false NO_BUILD=false
NO_ARCHIVE=false NO_ARCHIVE=false
while getopts "udba" OPTION; do while getopts "udpba" OPTION; do
case $OPTION in case $OPTION in
u) u)
USE_ALL=true USE_ALL=true