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 10, 2024
1 parent 22e1e4c commit 43d1d9f
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 @@ -5,12 +5,13 @@ on:
branches: [main]
env:
GITHUB_TOKEN: ${{secret.workflows_token}}

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: QiubyZ/apk-autorelease@v62 # Ganti dengan username, nama repo, dan tag/branch
- uses: QiubyZ/apk-autorelease@v63 # Ganti dengan username, nama repo, dan tag/branch
with:
gradle_cmd: 'assembleRelease' # Ganti jika perlu
tag: 'Production'
Expand Down

0 comments on commit 43d1d9f

Please sign in to comment.