File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 10
10
# working-directory: ./android
11
11
12
12
steps :
13
+ # JDK ์ค์
14
+ - name : set up JDK 17
15
+ uses : actions/setup-java@v3
16
+ with :
17
+ java-version : ' 17'
18
+ distribution : ' adopt'
19
+ builder-cache : true
20
+
13
21
- name : Checkout
14
22
uses : actions/checkout@v4
15
23
19
27
echo "keystore.release.store_password=${{ secrets.KEYSTORE_RELEASE_PW }}" >> local.properties
20
28
echo "keystore.release.key_alias=${{ secrets.KEYSTORE_RELEASE_ALIAS }}" >> local.properties
21
29
echo "keystore.release.key_password=${{ secrets.KEYSTORE_RELEASE_KEY_PW }}" >> local.properties
22
-
23
- # JDK ์ค์
24
- - name : set up JDK 17
25
- uses : actions/setup-java@v3
26
- with :
27
- java-version : ' 17'
28
- distribution : ' adopt'
29
- builder-cache : true
30
30
31
31
- name : Review Dog
32
32
uses : reviewdog/action-setup@v1
You canโt perform that action at this time.
0 commit comments