diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b035d393e..557fa155d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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