CI: loop over every tar in termux-packages subfolder
This commit is contained in:
parent
4d6483a7d4
commit
863ba02411
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user