Fix Paths

This commit is contained in:
XelXen 2022-09-22 11:21:14 +05:30 committed by GitHub
parent 198cd5a542
commit 7ceb6054f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/uploader.py vendored
View File

@ -9,3 +9,7 @@ if tgconfig.GH_REPO.lower() == "libre-tube/libretube":
run("git add -f *")
run('git commit -m "WORKFLOW: ALPHA BUILDS"')
run("git push -u")
run("cd ..")
else:
run("mkdir archive")
run("mv app/build/outputs/apk/debug/*.apk archive/")