From c6636f4e7df89f0549cd8eb883bc2c4d6e43ee53 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sun, 25 Dec 2022 20:30:49 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fixed=20variable=20name=20[skip?= =?UTF-8?q?=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yml b/.github/workflows/build-artifact.yml index 1786c4d..9501c3a 100644 --- a/.github/workflows/build-artifact.yml +++ b/.github/workflows/build-artifact.yml @@ -48,7 +48,7 @@ jobs: - name: Build Revanced APKs run: | - if [ "${{ inputs.DEBUG_ENABLED }}" == "-1" ]; then + if [ "${{ inputs.FILES_TO_EXPECT }}" == "-1" ]; then echo "Normal Build" docker-compose up else