File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1- name : Generated APK AAB (Download (still in development))
1+ name : (On Research) Generated APK AAB (Download (still in development))
22
33env :
44 # The name of the main module repository
Original file line number Diff line number Diff line change 1- name : Android Publish Play Store (Still in development)
1+ name : (On Research) Android Publish Play Store (Still in development)
22
33env :
44 # The name of the main module repository
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ What's New??
6161
6262### Step 3. Create Code
6363``` yml
64- name : Android CI
64+ name : Generated APK AAB (Upload - Create Artifact To Github Action)
6565
6666env :
6767 # The name of the main module repository
7171 playstore_name : Frogobox ID
7272
7373on :
74- # Triggers the workflow on push or pull request events but only for default and protected branches
74+
7575 push :
76- branches : [ master ]
77- pull_request :
78- branches : [ master ]
76+ branches :
77+ - ' release/**'
7978
8079 # Allows you to run this workflow manually from the Actions tab
8180 workflow_dispatch :
8685 runs-on : ubuntu-latest
8786
8887 steps :
89- - uses : actions/checkout@v1
88+ - uses : actions/checkout@v3
9089
9190 # Set Current Date As Env Variable
9291 - name : Set current date as env variable
You can’t perform that action at this time.
0 commit comments