Skip to content

Commit

Permalink
Add listing of apk files
Browse files Browse the repository at this point in the history
  • Loading branch information
paulohenriquesg committed Nov 19, 2024
1 parent 2a29451 commit 86a7167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: Build APK
run: ./gradlew assembleRelease

- name: List APK files
run: ls -la app/build/outputs/apk/release/

- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 86a7167

Please sign in to comment.