Update android.yml #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Android Release | ||
on: | ||
push: | ||
branches: [main] | ||
env: | ||
GITHUB_TOKEN: ${{secret.workflows_token}} | ||
Check failure on line 7 in .github/workflows/android.yml GitHub Actions / Android ReleaseInvalid workflow file
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: QiubyZ/apk-autorelease@v63 # 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 |