From 68ae6f52656dcde92f1e42942794fc0b7f4c20df Mon Sep 17 00:00:00 2001 From: Arijit Basu Date: Wed, 4 May 2022 10:13:00 +0530 Subject: [PATCH] Don't release android for now --- .github/workflows/cd.yml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index ea9dcad..6449c67 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -36,15 +36,17 @@ jobs: target: x86_64-unknown-linux-musl binary_postfix: '' - - os: ubuntu-latest - artifact_prefix: x86_64-android - target: x86_64-linux-android - binary_postfix: '' - - - os: ubuntu-latest - artifact_prefix: aarch64-android - target: aarch64-linux-android - binary_postfix: '' + # Will see later + + # - os: ubuntu-latest + # artifact_prefix: x86_64-android + # target: x86_64-linux-android + # binary_postfix: '' + # + # - os: ubuntu-latest + # artifact_prefix: aarch64-android + # target: aarch64-linux-android + # binary_postfix: '' steps: - uses: actions/checkout@v2