diff --git a/.github/uploader.py b/.github/uploader.py index e6b2b924d..a0cd08e12 100644 --- a/.github/uploader.py +++ b/.github/uploader.py @@ -8,4 +8,8 @@ if tgconfig.GH_REPO.lower() == "libre-tube/libretube": run("cd archive") run("git add -f *") run('git commit -m "WORKFLOW: ALPHA BUILDS"') - run("git push -u") \ No newline at end of file + run("git push -u") + run("cd ..") +else: + run("mkdir archive") + run("mv app/build/outputs/apk/debug/*.apk archive/") \ No newline at end of file