[skip ci]Update test.yml

This commit is contained in:
Xwite 2024-03-16 07:27:35 +08:00 committed by GitHub
parent 052f7d4c24
commit 6bdc0120e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -120,8 +120,7 @@ jobs:
- name: Check Build production
run: |
cd ${{ github.workspace }}/apk/
if [ ! -e legado_*.apk ]; then
if [ ! -e "${{ github.workspace }}/apk/legado_*.apk" ]; then
echo "Build production not found! Check gradle logs."
exit 1
fi