Skip to content

Commit fd16f13

Browse files
committed
Fix 'build release APK'
1 parent b380f38 commit fd16f13

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@ jobs:
9292
9393
- name: Build release APK
9494
if: ${{ !github.event.pull_request.head.repo.fork }}
95-
run: |
96-
cd app
97-
./gradlew assembleRelease
95+
run: ./gradlew assembleRelease
9896
env:
9997
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
10098
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}

0 commit comments

Comments
 (0)