mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-01 08:30:12 +00:00
Fix bug
This commit is contained in:
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@@ -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]}"
|
||||
|
||||
Reference in New Issue
Block a user