mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-05 22:01:33 +00:00
Fix Linux publish script
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user