Skip to content

Commit

Permalink
where???
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Aug 11, 2024
1 parent aa1f457 commit df0af40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,17 @@ jobs:
distribution: 'adopt'
java-version: '17'

- name: Download keystore
- name: Setup Android SDK
uses: android-actions/[email protected]

- name: keystore
run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 --decode > keystore.jks

- name: Build and sign the app
- name: Build
run: ./gradlew assembleRelease --stacktrace

- name: List build output files
run: ls -R
run: ls -R .

- name: Sign the APK
run: |
Expand Down

0 comments on commit df0af40

Please sign in to comment.