Browse Source

Fix android app path

Janic Duplessis 4 years ago
parent
commit
6141c09f31
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .github/workflows/ci.yml

+ 1
- 1
.github/workflows/ci.yml View File

30
       - name: Install dependencies
30
       - name: Install dependencies
31
         run: yarn install
31
         run: yarn install
32
       - name: Build android example app
32
       - name: Build android example app
33
-        run: cd example/app && ./gradlew assembleRelease
33
+        run: cd example/android && ./gradlew assembleRelease