Merge branch 'feature/4583_optimize_nexus_upload' into 'develop'

MESSENGER-4583 fix pipeline

See merge request bwmessenger/bundesmessenger/bundesmessenger-ios!222
This commit is contained in:
JanNiklas Grabowski
2023-09-21 14:21:51 +00:00
+5 -1
View File
@@ -18,8 +18,12 @@ check_last_exit_code () {
fi
}
find ../out$SUBDIR -name "*$VARIANT*.$EXT" -print0 | while read -d $'\0' file
echo "checking if file is found"
find ../out$SUBDIR -name "*$VARIANT*.$EXT" | grep .
check_last_exit_code $?
echo "find end"
find ../out$SUBDIR -name "*$VARIANT*.$EXT" -print0 | while read -d $'\0' file
do
echo "Source: $file"
zip -r $file.zip $file