Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thatsmanmeet committed Nov 30, 2023
1 parent db35147 commit 79105e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ jobs:
run: ./gradlew build
- name: Build Debug APK
run: ./gradlew assembleDebug

- name: Create APK directory
run: mkdir -p apk
- name: Copy APK to directory
run: cp app/build/outputs/apk/debug/*.apk apk/

0 comments on commit 79105e2

Please sign in to comment.