File tree Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Expand file tree Collapse file tree 1 file changed +1
-21
lines changed Original file line number Diff line number Diff line change 79
79
80
80
publish :
81
81
name : Upload binaries to the release
82
- needs : ["build_linux", "build_android", " build_windows"]
82
+ needs : ["build_linux", "build_windows"]
83
83
permissions :
84
84
contents : write
85
85
runs-on : " ubuntu-latest"
99
99
with :
100
100
name : " deltachat-rpc-server-armv7"
101
101
102
- - name : Download deltachat-rpc-server-android-armv7
103
- uses : " actions/download-artifact@v3"
104
- with :
105
- name : " deltachat-rpc-server-android-armv7"
106
-
107
- - name : Download deltachat-rpc-server-android-aarch64
108
- uses : " actions/download-artifact@v3"
109
- with :
110
- name : " deltachat-rpc-server-android-aarch64"
111
-
112
- - name : Download deltachat-rpc-server-android-i686
113
- uses : " actions/download-artifact@v3"
114
- with :
115
- name : " deltachat-rpc-server-android-i686"
116
-
117
- - name : Download deltachat-rpc-server-android-x86_64
118
- uses : " actions/download-artifact@v3"
119
- with :
120
- name : " deltachat-rpc-server-android-x86_64"
121
-
122
102
- name : Download deltachat-rpc-server-win32.exe
123
103
uses : " actions/download-artifact@v3"
124
104
with :
You can’t perform that action at this time.
0 commit comments