mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +05:30
[CI] Fix the nightly builds repository url
This commit is contained in:
parent
e69090eef1
commit
c271d8304a
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
run: |
|
||||
mv .github/uploader.py .
|
||||
echo "GH_REPO = '${{ github.repository }}'" > tgconfig.py
|
||||
git clone --filter=blob:none https://github.com/LibreTube/NightlyBuilds nightly
|
||||
git clone --filter=blob:none https://github.com/libre-tube/NightlyBuilds nightly
|
||||
rm -rf nightly/*.apk
|
||||
mv app/build/outputs/apk/debug/*.apk nightly/
|
||||
cd nightly
|
||||
|
Loading…
Reference in New Issue
Block a user