mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-12 21:30:30 +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
|
||||
echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
|
||||
|
||||
- name: Patch and Compile
|
||||
- name: Compile
|
||||
run: |
|
||||
cd .github
|
||||
python patch.py
|
||||
cd ..
|
||||
./gradlew assembleDebug
|
||||
|
||||
- name: Sign Apk
|
||||
|
Loading…
Reference in New Issue
Block a user