Revert "github actions: do not use option '-I' for build-package.sh"
This reverts commit 96b4e572d6
.
This commit is contained in:
parent
03663a8e42
commit
c17ea7ff1b
2
.github/workflows/packages.yml
vendored
2
.github/workflows/packages.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
|||||||
|
|
||||||
if [ -f ./built_packages.txt ]; then
|
if [ -f ./built_packages.txt ]; then
|
||||||
./scripts/lint-packages.sh $(cat ./built_packages.txt | awk '{print "packages/"$1"/build.sh"}')
|
./scripts/lint-packages.sh $(cat ./built_packages.txt | awk '{print "packages/"$1"/build.sh"}')
|
||||||
./scripts/run-docker.sh ./build-package.sh -a ${{ matrix.target_arch }} $(cat ./built_packages.txt)
|
./scripts/run-docker.sh ./build-package.sh -a ${{ matrix.target_arch }} -I $(cat ./built_packages.txt)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
test -d ./termux-packages/debs && mv ./termux-packages/debs/* ./debs/
|
test -d ./termux-packages/debs && mv ./termux-packages/debs/* ./debs/
|
||||||
|
Loading…
Reference in New Issue
Block a user