mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-01-06 01:20:29 +05:30
Remove alpha patch from CI workflow
This commit is contained in:
parent
d7ef8f7daf
commit
11a5accafa
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -47,11 +47,8 @@ jobs:
|
|||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
|
echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
|
||||||
|
|
||||||
- name: Patch and Compile
|
- name: Compile
|
||||||
run: |
|
run: |
|
||||||
cd .github
|
|
||||||
python patch.py
|
|
||||||
cd ..
|
|
||||||
./gradlew assembleDebug
|
./gradlew assembleDebug
|
||||||
|
|
||||||
- name: Sign Apk
|
- name: Sign Apk
|
||||||
|
Loading…
Reference in New Issue
Block a user