Skip to content

Commit 19fa86b

Browse files
committed
ci: remove android dependency from deltachat-rpc-server workflow
1 parent c465799 commit 19fa86b

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

.github/workflows/deltachat-rpc-server.yml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979

8080
publish:
8181
name: Upload binaries to the release
82-
needs: ["build_linux", "build_android", "build_windows"]
82+
needs: ["build_linux", "build_windows"]
8383
permissions:
8484
contents: write
8585
runs-on: "ubuntu-latest"
@@ -99,26 +99,6 @@ jobs:
9999
with:
100100
name: "deltachat-rpc-server-armv7"
101101

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-
122102
- name: Download deltachat-rpc-server-win32.exe
123103
uses: "actions/download-artifact@v3"
124104
with:

0 commit comments

Comments
 (0)