Update test.yml

This commit is contained in:
Xwite
2024-03-16 11:19:10 +08:00
committed by GitHub
parent 59ea1ee2a3
commit 7d130334e1

View File

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