mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
ci: remove android dependency from deltachat-rpc-server workflow
This commit is contained in:
22
.github/workflows/deltachat-rpc-server.yml
vendored
22
.github/workflows/deltachat-rpc-server.yml
vendored
@@ -79,7 +79,7 @@ jobs:
|
|||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Upload binaries to the release
|
name: Upload binaries to the release
|
||||||
needs: ["build_linux", "build_android", "build_windows"]
|
needs: ["build_linux", "build_windows"]
|
||||||
permissions:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
runs-on: "ubuntu-latest"
|
runs-on: "ubuntu-latest"
|
||||||
@@ -99,26 +99,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: "deltachat-rpc-server-armv7"
|
name: "deltachat-rpc-server-armv7"
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-android-armv7
|
|
||||||
uses: "actions/download-artifact@v3"
|
|
||||||
with:
|
|
||||||
name: "deltachat-rpc-server-android-armv7"
|
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-android-aarch64
|
|
||||||
uses: "actions/download-artifact@v3"
|
|
||||||
with:
|
|
||||||
name: "deltachat-rpc-server-android-aarch64"
|
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-android-i686
|
|
||||||
uses: "actions/download-artifact@v3"
|
|
||||||
with:
|
|
||||||
name: "deltachat-rpc-server-android-i686"
|
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-android-x86_64
|
|
||||||
uses: "actions/download-artifact@v3"
|
|
||||||
with:
|
|
||||||
name: "deltachat-rpc-server-android-x86_64"
|
|
||||||
|
|
||||||
- name: Download deltachat-rpc-server-win32.exe
|
- name: Download deltachat-rpc-server-win32.exe
|
||||||
uses: "actions/download-artifact@v3"
|
uses: "actions/download-artifact@v3"
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user