From cacc1da0782976371ebff8661eb32ca70346df2c Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 13 Aug 2022 20:38:41 +0530 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Removed=20cat=20from=20bui?= =?UTF-8?q?ld=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-apk.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-apk.yml b/.github/workflows/build-apk.yml index 946e44e..1f14b5f 100644 --- a/.github/workflows/build-apk.yml +++ b/.github/workflows/build-apk.yml @@ -33,9 +33,8 @@ jobs: run: | echo "${{ secrets.ENVS }}" >> .env - - name: Build APK + - name: Build Revanced APKs run: | - cat .env && docker-compose up - name: Upload Build Artifact(youtube)