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))
2
2
3
3
env :
4
4
# 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)
2
2
3
3
env :
4
4
# The name of the main module repository
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ What's New??
61
61
62
62
### Step 3. Create Code
63
63
``` yml
64
- name : Android CI
64
+ name : Generated APK AAB (Upload - Create Artifact To Github Action)
65
65
66
66
env :
67
67
# The name of the main module repository
71
71
playstore_name : Frogobox ID
72
72
73
73
on :
74
- # Triggers the workflow on push or pull request events but only for default and protected branches
74
+
75
75
push :
76
- branches : [ master ]
77
- pull_request :
78
- branches : [ master ]
76
+ branches :
77
+ - ' release/**'
79
78
80
79
# Allows you to run this workflow manually from the Actions tab
81
80
workflow_dispatch :
86
85
runs-on : ubuntu-latest
87
86
88
87
steps :
89
- - uses : actions/checkout@v1
88
+ - uses : actions/checkout@v3
90
89
91
90
# Set Current Date As Env Variable
92
91
- name : Set current date as env variable
You can’t perform that action at this time.
0 commit comments