mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-25 20:28:37 -06:00
Fixed indentation
This commit is contained in:
parent
b24c603d7c
commit
0efb2626b7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- name: Test Build APKs
|
||||
run: |
|
||||
./build_revanced.sh
|
||||
# for filename in build/revanced-root.apk build/revanced-nonroot.apk build/revanced-music-root.apk build/revanced-music-nonroot.apk; do
|
||||
# for filename in build/revanced-root.apk build/revanced-nonroot.apk build/revanced-music-root.apk build/revanced-music-nonroot.apk; do
|
||||
for filename in build/revanced-nonroot.apk build/revanced-music-nonroot.apk; do
|
||||
if [ -e "$filename" ]; then
|
||||
printf '"%s" exists\n' "$filename"
|
||||
|
|
Loading…
Reference in a new issue