Update test.yml

This commit is contained in:
Xwite
2024-08-27 11:46:26 +08:00
committed by GitHub
parent f749c6cd1b
commit 496d7a5a37

View File

@@ -129,8 +129,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