Skip to content

Commit

Permalink
add the pipes.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessgusclark committed Feb 9, 2024
1 parent 84dbc98 commit 846755b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: yarn

- name: Build Android Release
run:
run: |
cd android
./gradlew app:assembleRelease
Expand All @@ -70,7 +70,7 @@ jobs:
run: yarn

- name: Build Android Release
run:
run: |
cd android
./gradlew app:assembleRelease
Expand Down

0 comments on commit 846755b

Please sign in to comment.