Update test.yml

This commit is contained in:
Xwite 2024-03-16 07:19:06 +08:00 committed by GitHub
parent a4116185cc
commit ed65514173
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