💚 Fixed variable name [skip ci]

This commit is contained in:
Nikhil Badyal
2022-12-25 20:30:49 +05:30
parent ff0b1c95c3
commit c6636f4e7d
+1 -1
View File
@@ -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