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 7bfc5ea commit e5af92d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: QiubyZ/apk-autorelease@v70 # Ganti dengan username, nama repo, dan tag/branch
with:
gradle_cmd: 'assembleRelease' # Ganti jika perlu
tag: 'Production'
body_release: 'Aplikasi versi produksi dirilis.'
file_output: './app/build/outputs/apk/release/app-release.apk'
# - uses: QiubyZ/apk-autorelease@v70 # Ganti dengan username, nama repo, dan tag/branch
# with:
# gradle_cmd: 'assembleRelease' # Ganti jika perlu
# tag: 'Production'
# body_release: 'Aplikasi versi produksi dirilis.'
# file_output: './app/build/outputs/apk/release/app-release.apk'
# Sesuaikan lokasi

- name: CHECK RESULT *.APK
Expand Down

0 comments on commit e5af92d

Please sign in to comment.