diff --git a/.github/workflows/prod-android.yml b/.github/workflows/prod-android.yml index c1d3ab67..0ffd0486 100644 --- a/.github/workflows/prod-android.yml +++ b/.github/workflows/prod-android.yml @@ -9,6 +9,10 @@ jobs: build: name: Build APK runs-on: ubuntu-latest + defaults: + run: + working-directory: ./materialious + steps: - name: Checkout source uses: actions/checkout@v3