Skip to content

Commit

Permalink
where's the app????
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Aug 11, 2024
1 parent f67145b commit 0e66986
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- name: Build and sign the app
run: ./gradlew assembleRelease

- name: List build output files
run: ls -R android/app/build/outputs/apk/release/

- name: Sign the APK
run: |
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 \
Expand Down

0 comments on commit 0e66986

Please sign in to comment.