diff options
| author | Ray <[email protected]> | 2020-08-19 18:48:44 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-08-19 18:48:44 +0200 |
| commit | 78f78e69bac42ba1556b572823df2240a3a8aeb1 (patch) | |
| tree | eaeb4393f7c3fc4a82474ce1579a2ce1db229b81 /.github | |
| parent | c119908c15265b0430e4aeb69ba0127fa8a40950 (diff) | |
| download | raylib-78f78e69bac42ba1556b572823df2240a3a8aeb1.tar.gz raylib-78f78e69bac42ba1556b572823df2240a3a8aeb1.zip | |
Update android.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/android.yml | 6 |
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' |
