Browse Source

Update github action

Alex Tran 3 năm trước cách đây
mục cha
commit
561b030e80
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .github/workflows/build_apk.yml

+ 3 - 0
.github/workflows/build_apk.yml

@@ -8,6 +8,9 @@ on:
 jobs:
   build:
     runs-on: ubuntu-latest
+    defaults:
+      run:
+        working-directory: ./mobile
     steps:
       - uses: actions/checkout@v2