mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-09 04:13:22 +00:00
Fix action for build packages
This commit is contained in:
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@@ -200,7 +200,7 @@ jobs:
|
||||
# creating an archive.
|
||||
while read -r pkg; do
|
||||
# Match both $pkg.pkg.* and $pkg-static.pkg.*.
|
||||
find output \( -name "$pkg_*.pkg.*" -o -name "$pkg-static_*.pkg.*" \) -type f -print0 | xargs -0r mv -t output/
|
||||
find output \( -name "$pkg-*.pkg.*" -o -name "$pkg-static-*.pkg.*" \) -type f -print0 | xargs -0r mv -t output/
|
||||
done < <(cat ./output/built_${repo}_packages.txt)
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user