Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ authored Sep 11, 2024
1 parent d863e06 commit 07f3dd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
gradle_cmd: 'assembleDebug' # this is will write apk filename /app-release-unsigned.apk
tag: 'Production'
body_release: 'Aplikasi versi produksi dirilis.'
file_output: './app/build/outputs/apk/release/app-release.apk'
file_output: './app/build/outputs/apk/debug/app-debug.apk'
- name: Chek Repo
run: ls -l -a ./app/build/outputs/apk/release
run: ls -l -a ./app/build/outputs/apk


0 comments on commit 07f3dd9

Please sign in to comment.