Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UPDATE :: Fixing README.md #20

Merged
merged 1 commit into from
Jul 19, 2023
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
Loading