mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +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: |
|
run: |
|
||||||
mv .github/uploader.py .
|
mv .github/uploader.py .
|
||||||
echo "GH_REPO = '${{ github.repository }}'" > tgconfig.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
|
rm -rf nightly/*.apk
|
||||||
mv app/build/outputs/apk/debug/*.apk nightly/
|
mv app/build/outputs/apk/debug/*.apk nightly/
|
||||||
cd nightly
|
cd nightly
|
||||||
|
Loading…
x
Reference in New Issue
Block a user