From 534e54cfbb689d0a39b24b381421b8b920f666d5 Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Wed, 27 Dec 2023 15:12:09 -0500 Subject: [PATCH] Update the ARM Linux build's name in a few places --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 97bc6b1..dd9cc15 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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