Skip to content

Commit

Permalink
Update build-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
octoshrimpy authored Nov 26, 2023
1 parent 1fe2971 commit 2ec9cfe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Decode Keystore File
run: echo "${{ secrets.KEYSTORE_FILE }}" | base64 -d > ${{ github.workspace }}/my-release-key.keystore

- name: List files in the APK directory
run: ls -Rla ./

- name: Build APK
run: |
./gradlew assembleDebug \
Expand Down

0 comments on commit 2ec9cfe

Please sign in to comment.