Skip to content

Commit

Permalink
Merge pull request #20 from amirisback/update/enhance-code-project-se…
Browse files Browse the repository at this point in the history
…tting

UPDATE :: Fixing README.md
  • Loading branch information
amirisback committed Jul 19, 2023
2 parents fa5d779 + 0c3ed7c commit 95edecd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
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

0 comments on commit 95edecd

Please sign in to comment.