CI: loop over every tar in termux-packages subfolder

This commit is contained in:
Henrik Grimler 2021-09-21 08:46:23 +02:00
parent 4d6483a7d4
commit 863ba02411
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ jobs:
REPOSITORY_NAME: termux-main
REPOSITORY_DISTRIBUTION: stable
run: |
for archive in *.tar; do
for archive in termux-packages-*/*.tar; do
tar xf "$archive"
done