File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ jobs:
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
15
- - uses : actions/checkout@v3
15
+ - uses : actions/checkout@v4
16
16
with :
17
17
submodules : ' recursive'
18
18
- uses : sparkfabrik/android-build-action@v1.5.0
19
19
with :
20
20
project-path : .
21
21
output-path : app-debug.apk
22
22
fastlane-env : " debug"
23
+ ruby-version : " 3.3.0"
23
24
- uses : actions/upload-artifact@v3
24
25
if : github.event_name == 'pull_request'
25
26
name : Upload app APK
35
36
signingKeyBase64 : ${{ secrets.SIGNING_KEY }}
36
37
alias : ${{ secrets.ALIAS }}
37
38
keyStorePassword : ${{ secrets.KEY_STORE_PASSWORD }}
38
- - uses : actions/upload-artifact@v3
39
+ - uses : actions/upload-artifact@v4
39
40
if : github.event_name != 'pull_request'
40
41
name : Upload signed app APK
41
42
with :
You can’t perform that action at this time.
0 commit comments