Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
QiubyZ committed Sep 9, 2024
1 parent 2c924b4 commit 6fcb6d5
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
name: Android CI

on:
workflow_call:

jobs:
push:
branches: [main]

inputs:
body_release:
default: "Aplikasi ini otomatis dirilis sesuai dengan Artefact"
description: "Body Release"

runs:
uses: composite
build:
runs-on: ubuntu-latest
permissions:
Expand All @@ -16,9 +23,8 @@ jobs:
FILE_OUTPUT: ./app/build/outputs/apk/debug/app-debug.apk

steps:

- uses: actions/checkout@v4

- name: Setting JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -45,7 +51,7 @@ jobs:
with:
tag_name: "${{env.TAG}}-${{github.run_number}}"
release_name: ${{env.PROJECT_NAME}}
body: "Aplikasi ini otomatis dirilis sesuai dengan Artefact"
body: ${{inputs.body_release}}
draft: false
prerelease: false

Expand Down

0 comments on commit 6fcb6d5

Please sign in to comment.