File tree 1 file changed +9
-9
lines changed
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
pull_request :
8
8
branches :
9
9
- " **"
10
- schedule :
11
- - cron : " 0 0 * * *" # Run daily at midnight
10
+ # schedule:
11
+ # - cron: "0 0 * * *" # Run daily at midnight
12
12
workflow_dispatch :
13
13
inputs :
14
14
WEB_TEST_URL :
24
24
ANDROID_VERSION :
25
25
description : " The Android version to use for the build"
26
26
required : false
27
- type : number
28
- default : 33
27
+ type : string
28
+ default : " 33 "
29
29
BUILD_ALL_FLAVOURS :
30
30
description : " When selected all flavours are built and archived as artifacts that can be installed alongside other versions of the same APKs"
31
31
required : false
61
61
mv "$file" "$(dirname "$file")/${{ github.ref_name }}-${{ github.run_number }}-$(basename "$file")"
62
62
done
63
63
64
- - name : Archive APKs
65
- uses : actions/upload-artifact@v4
66
- with :
67
- name : apk-artifacts
68
- path : " **/*.apk"
64
+ # - name: Archive APKs
65
+ # uses: actions/upload-artifact@v4
66
+ # with:
67
+ # name: apk-artifacts
68
+ # path: "**/*.apk"
You can’t perform that action at this time.
0 commit comments