From 050a59a8f5ca737943297311fc6d5b59a899d916 Mon Sep 17 00:00:00 2001 From: Lucaskyy Date: Wed, 15 Jun 2022 19:45:13 +0200 Subject: [PATCH] fix: hello why did you not add this file --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ed1563a..0d668a3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,9 +31,7 @@ jobs: run: cp *.patch termux-packages/packages/aapt - name: Build aapt package - run: | - cd termux-packages - ./scripts/run-docker.sh ./build-package.sh -a all aapt + run: ./build.sh - name: Prepare artifacts run: ./prepare.sh