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

6
.github/uploader.py vendored
View File

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