File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- name : ci-android
1
+ name : on-pr
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
pull_request :
6
6
7
7
jobs :
8
- format :
8
+ format_check :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
11
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1
- name : release-android
1
+ name : publish
2
2
3
3
on :
4
4
schedule :
64
64
build_type : ${{ inputs.release_type == '' && 'nightly' || inputs.release_type }}
65
65
66
66
publish :
67
- needs :
67
+ needs :
68
68
- check_commits
69
69
- build
70
70
if : ${{ needs.check_commits.outputs.has_new_commits > 0 && inputs.release_type != 'none' }}
@@ -130,7 +130,7 @@ jobs:
130
130
131
131
- name : Make download dir
132
132
run : mkdir ${{ github.workspace }}/temp
133
-
133
+
134
134
- name : Download artifacts
135
135
uses : actions/download-artifact@v4
136
136
with :
@@ -204,7 +204,7 @@ jobs:
204
204
token : ${{ secrets.ANDROID_PAT }}
205
205
repository : zaneschepke/fdroid
206
206
event-type : fdroid-update
207
-
207
+
208
208
publish-play :
209
209
if : ${{ inputs.track != 'none' && inputs.track != '' }}
210
210
name : Publish to Google Play
You can’t perform that action at this time.
0 commit comments