Update text.yml

This commit is contained in:
Xwite 2024-02-19 18:09:35 +08:00
parent 1094e13367
commit 39dce6fa74

View File

@ -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 ]