Skip to content

Commit

Permalink
Fix 'build release APK'
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinnerbone committed Mar 18, 2024
1 parent b380f38 commit fd16f13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,7 @@ jobs:
- name: Build release APK
if: ${{ !github.event.pull_request.head.repo.fork }}
run: |
cd app
./gradlew assembleRelease
run: ./gradlew assembleRelease
env:
SIGNING_KEY_ALIAS: ${{ secrets.SIGNING_KEY_ALIAS }}
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
Expand Down

0 comments on commit fd16f13

Please sign in to comment.