Update text.yml
This commit is contained in:
@@ -125,6 +125,13 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
|
name: legado.${{ env.product }}.${{ env.type }}.mapping.missing_rules
|
||||||
path: ${{ github.workspace }}/mapping/missing_rules.txt
|
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:
|
lanzou:
|
||||||
needs: [ prepare, build ]
|
needs: [ prepare, build ]
|
||||||
|
|||||||
Reference in New Issue
Block a user