Update android.yml

This commit is contained in:
Ray 2020-08-19 20:06:34 +02:00 committed by GitHub
parent a91962b1de
commit d64d017c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
ARCH: ["arm64", "x86_64"]
env:
RELEASE_NAME: raylib-3.1_android_${{ matrix.ARCH }}
RELEASE_NAME: raylib-3.1_android_api28_${{ matrix.ARCH }}
steps:
- name: Checkout