Skip to content

Commit

Permalink
Update android-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh-Abdul-Aziz authored Aug 19, 2024
1 parent d9c570a commit da290b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ jobs:
- name: Give permission to executable
run: chmod +x gradlew

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

- name: Generate APK
run: ./gradlew assemble${{ matrix.build-type }}

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

- name: Upload APK
uses: actions/upload-artifact@master
with:
name: app-${{ matrix.build-type }}
path: app/build/outputs/apk/${{ matrix.build-type }}/app-${{ matrix.build-type }}.apk
path: app/build/outputs/apk/${{ matrix.build-type }}/*.apk

0 comments on commit da290b3

Please sign in to comment.