From 8a81e61d0b529d09e6c52ed2c05ff6f43d7c5181 Mon Sep 17 00:00:00 2001 From: WardPearce Date: Sun, 5 May 2024 19:00:44 +1200 Subject: [PATCH] Fix android working dir --- .github/workflows/prod-android.yml | 4 ++++ 1 file changed, 4 insertions(+) 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