mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 23:40:33 +05:30
Fix Paths
This commit is contained in:
parent
198cd5a542
commit
7ceb6054f7
4
.github/uploader.py
vendored
4
.github/uploader.py
vendored
@ -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/")
|
Loading…
x
Reference in New Issue
Block a user