File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches : [ master ]
6
6
paths-ignore :
7
- - ' README.md'
7
+ - ' **/ README.md'
8
8
- ' screenshots/**'
9
+ - ' .gitignore'
9
10
- ' .idea/**'
10
-
11
+ - ' .run/** '
11
12
pull_request :
12
13
branches : [ master ]
13
14
paths-ignore :
14
- - ' README.md'
15
+ - ' **/ README.md'
15
16
- ' screenshots/**'
17
+ - ' .gitignore'
16
18
- ' .idea/**'
19
+ - ' .run/**'
17
20
18
21
jobs :
19
22
build :
@@ -32,10 +35,10 @@ jobs:
32
35
java-version : ' 17'
33
36
architecture : x64
34
37
35
- - name : Build module :library with Gradle
36
- run : ./gradlew :library:lint :library:assemble
38
+ - name : Build module :library
39
+ run : ./gradlew :library:lint :library:assembleRelease
37
40
38
- - name : Build module :mobile with Gradle
41
+ - name : Build module :mobile
39
42
run : ./gradlew :mobile:lint :mobile:bundleDebug
40
43
41
44
# https://github.com/actions/upload-artifact
You can’t perform that action at this time.
0 commit comments