Forgot to remove "|| true" but have tested that it works without it.

This commit is contained in:
Till Nelown 2022-05-20 14:49:36 +02:00
parent 7097759d0d
commit 11dd6ce70c
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ jobs:
cd extracted_packages/data/data/com.termux/files/usr/
rm -r include/ share/ lib/pkgconfig/ lib/cmake/
find bin ! -name 'aapt2' -mindepth 1 -exec rm -f {} + || true
find bin ! -name 'aapt2' -mindepth 1 -exec rm -f {} +
- name: Upload artifacts
uses: actions/upload-artifact@v3