From 78f78e69bac42ba1556b572823df2240a3a8aeb1 Mon Sep 17 00:00:00 2001 From: Ray Date: Wed, 19 Aug 2020 18:48:44 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 0ccdc2309..2be35309a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -59,8 +59,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ github.event.release.upload_url }} - asset_path: ./build/${{ env.RELEASE_NAME }}.zip - asset_name: ${{ env.RELEASE_NAME }}.zip - asset_content_type: application/zip + asset_path: ./build/${{ env.RELEASE_NAME }}.tar.gz + asset_name: ${{ env.RELEASE_NAME }}.tar.gz + asset_content_type: application/gzip if: github.event_name == 'release' && github.event.action == 'published'