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 a888c96 commit 7bfc5ea
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,20 @@ on:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
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' # Sesuaikan lokasi
file_output: './app/build/outputs/apk/release/app-release.apk'
# Sesuaikan lokasi

- name: CHECK RESULT *.APK
run: bash ls -l './app/build/outputs/apk/release/'
shell: bash

0 comments on commit 7bfc5ea

Please sign in to comment.