summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 18:48:44 +0200
committerGitHub <[email protected]>2020-08-19 18:48:44 +0200
commit78f78e69bac42ba1556b572823df2240a3a8aeb1 (patch)
treeeaeb4393f7c3fc4a82474ce1579a2ce1db229b81 /.github/workflows
parentc119908c15265b0430e4aeb69ba0127fa8a40950 (diff)
downloadraylib-78f78e69bac42ba1556b572823df2240a3a8aeb1.tar.gz
raylib-78f78e69bac42ba1556b572823df2240a3a8aeb1.zip
Update android.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 0ccdc230..2be35309 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'