mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-30 10:10:25 +00:00
Update the ARM Linux build's name in a few places
This commit is contained in:
parent
1cef8327bd
commit
534e54cfbb
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -124,7 +124,7 @@ jobs:
|
||||
|
||||
create-release:
|
||||
name: Create Release
|
||||
needs: [ windows, macos, linux-x86_64, linux-aarch64, android, ios, tvos, test-linux-x86_64 ]
|
||||
needs: [ windows, macos, linux-x86_64, linux-arm64, android, ios, tvos, test-linux-x86_64 ]
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -172,7 +172,7 @@ jobs:
|
||||
artifact/melondsds_libretro-win32-x86_64-Release.zip
|
||||
artifact/melondsds_libretro-macos-universal-Release.zip
|
||||
artifact/melondsds_libretro-linux-x86_64-Release.zip
|
||||
artifact/melondsds_libretro-linux-aarch64-Release.zip
|
||||
artifact/melondsds_libretro-linux-arm64-Release.zip
|
||||
artifact/melondsds_libretro-android-Release.zip
|
||||
artifact/melondsds_libretro-ios-Release.zip
|
||||
artifact/melondsds_libretro-tvos-Release.zip
|
||||
|
Loading…
Reference in New Issue
Block a user