summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorRay <[email protected]>2020-08-19 20:06:34 +0200
committerGitHub <[email protected]>2020-08-19 20:06:34 +0200
commitd64d017c1c8d13a92538bd4adb98d763e51e3382 (patch)
tree83257e763ee8a6e3fb097e24cc1daeaea519daf3 /.github/workflows
parenta91962b1defa703fa59300f8b25105e274f97692 (diff)
downloadraylib-d64d017c1c8d13a92538bd4adb98d763e51e3382.tar.gz
raylib-d64d017c1c8d13a92538bd4adb98d763e51e3382.zip
Update android.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/android.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml
index 2be35309..ced6f08b 100644
--- a/.github/workflows/android.yml
+++ b/.github/workflows/android.yml
@@ -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