From 6edf6916c511f50aab14444d099330650b6e52ab Mon Sep 17 00:00:00 2001 From: Jesse Talavera-Greenberg Date: Mon, 12 Jun 2023 11:01:59 -0400 Subject: [PATCH] Change the artifact name for macOS --- .github/workflows/build-macos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yaml b/.github/workflows/build-macos.yaml index 5df629e..cb658bf 100644 --- a/.github/workflows/build-macos.yaml +++ b/.github/workflows/build-macos.yaml @@ -26,7 +26,7 @@ jobs: release: false # This profile is used to receive advanced notice of breaking changes env: - ARCHIVE_NAME: "melondsds_libretro-macos-x86_64" + ARCHIVE_NAME: "melondsds_libretro-macos-universal" steps: - uses: actions/checkout@v3 - name: Create build directory