Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
libretro: android-arm64 ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamargo committed Nov 20, 2020
1 parent 0aae4a1 commit f0c675d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/android-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: MAME-libretro Android ARMv8a
name: MAME-libretro Android ARM64

on:
push:
Expand Down Expand Up @@ -36,3 +36,9 @@ jobs:
title: Android ARM64
files: |
mame_libretro_android.so.zip
mame_libretro_android.so.zip.sha256
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: mame_libretro_android.so.zip
path: mame_libretro_android.so.zip

0 comments on commit f0c675d

Please sign in to comment.