This commit is contained in:
Maxython
2021-09-27 22:35:54 +03:00
parent f86bbbcc84
commit f930d8640c

View File

@@ -164,7 +164,7 @@ jobs:
archive_sp=(${archive//-/ })
arch=${archive_sp[2]}
for j in $(ls output/* | grep "$arch.pkg."); do
file_sp=(${j//-/ }
file_sp=(${j//-/ })
for ((i=0; i<${#file_sp[*]}-3; i++)); do
if [ -z $name ]; then
name="${file_sp[i]}"