Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaynikhare authored Jun 4, 2024
1 parent 60ada63 commit a7b0ffe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ jobs:

- name: Build release APK
run: ./gradlew assembleRelease

- name: Debug APK file path
run: ls -R app/build/outputs/apk

- name: Upload APK as artifact
uses: actions/upload-artifact@v2
with:
name: app-release.apk
path: app/build/outputs/apk/release/app-release.apk
path: app/build/outputs/apk/release/app-release-unsigned.apk

- name: Get app version
id: app_version
Expand Down

0 comments on commit a7b0ffe

Please sign in to comment.