dropshell release 2025.0514.2222
Some checks failed
Dropshell Test / Build_and_Test (push) Has been cancelled

This commit is contained in:
Your Name
2025-05-14 22:22:15 +12:00
parent 283b88effc
commit 47dcfca5f2
5 changed files with 52 additions and 32 deletions

View File

@ -72,7 +72,7 @@ if [ -z "$RELEASE_ID" ]; then
fi
# Upload binaries and install.sh
for FILE in dropshell.amd64 dropshell.arm64 install.sh; do
for FILE in dropshell.amd64 dropshell.arm64 install.sh server_autosetup.sh; do
if [ -f "build/$FILE" ]; then
filetoupload="build/$FILE"
elif [ -f "$FILE" ]; then