Sfoglia il codice sorgente

Fix android app path

Janic Duplessis 4 anni fa
parent
commit
6141c09f31
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/ci.yml

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

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