Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
euptron authored May 29, 2024
1 parent f120c02 commit 2c6eab9
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 @@ -22,6 +22,7 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build debug APK
run: ./gradlew assembleDebug

Expand All @@ -35,5 +36,5 @@ jobs:

- uses: actions/upload-artifact@master
with:
name: app-release-apk
name: app-release
path: app/build/outputs/apk/release/app-release.apk

0 comments on commit 2c6eab9

Please sign in to comment.