Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/android-ci-generate-apk-aab-download.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generated APK AAB (Download (still in development))
name: (On Research) Generated APK AAB (Download (still in development))

env:
# The name of the main module repository
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-ci-publish-play-store.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Android Publish Play Store (Still in development)
name: (On Research) Android Publish Play Store (Still in development)

env:
# The name of the main module repository
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ What's New??

### Step 3. Create Code
```yml
name: Android CI
name: Generated APK AAB (Upload - Create Artifact To Github Action)

env:
# The name of the main module repository
Expand All @@ -71,11 +71,10 @@ env:
playstore_name: Frogobox ID

on:
# Triggers the workflow on push or pull request events but only for default and protected branches

push:
branches: [ master ]
pull_request:
branches: [ master ]
branches:
- 'release/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -86,7 +85,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

# Set Current Date As Env Variable
- name: Set current date as env variable
Expand Down