mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
Update text.yml
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -125,6 +125,13 @@ jobs:
|
||||
with:
|
||||
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
|
||||
path: ${{ github.workspace }}/mapping/missing_rules.txt
|
||||
- name: Check Build production
|
||||
run: |
|
||||
cd ${{ github.workspace }}/apk/
|
||||
if [ ! -e legado_*.apk ]; then
|
||||
echo "Build production not found! Check gradle logs."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
lanzou:
|
||||
needs: [ prepare, build ]
|
||||
|
||||
Reference in New Issue
Block a user