Update test.yml

This commit is contained in:
Xwite 2024-03-16 11:13:07 +08:00 committed by GitHub
parent fbc5337459
commit 5d0b8e9504
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -119,8 +119,9 @@ jobs:
path: ${{ github.workspace }}/mapping/missing_rules.txt
- name: Check Build production
- working-directory: apk/
run: |
if [ ! -e "${{ github.workspace }}/apk/legado_*.apk" ]; then
if [ ! -e legado_*.apk ]; then
echo "Build production not found! Check gradle logs."
exit 1
fi