diff --git a/.github/workflows/android-build.yml b/.github/workflows/android-build.yml index bb48806..a7dea53 100644 --- a/.github/workflows/android-build.yml +++ b/.github/workflows/android-build.yml @@ -42,7 +42,7 @@ jobs: git clone https://gitlab.com/IzzyOnDroid/repo.git # create a directory for Apktool and move the apktool* files there mkdir -p repo/lib/radar/tool - mv app-universal-release* repo/lib/radar/tool + mv test/apktool* repo/lib/radar/tool # create an alias for ease of use alias scanapk=$(pwd)/repo/bin/scanapk.php scanapk android/app/build/outputs/apk/release/app-universal-release.apk diff --git a/repo b/repo deleted file mode 160000 index 3ec6717..0000000 --- a/repo +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 3ec67176872422cae1ac1cf31c9348a751df37b0