From 0c091dffeb3743c38b5e70653e2db1b02c964bcd Mon Sep 17 00:00:00 2001 From: "M. P. Halpin" Date: Sat, 26 Oct 2024 03:21:58 -0400 Subject: [PATCH] _ --- .github/workflows/ci.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e25acfdd..8e5976f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -352,21 +352,17 @@ jobs: matrix: include: - platform: iOS - architectures: arm64 sdk: iphoneos - package: FNA3D-SDL3-ios + architectures: arm64 - platform: iOS - architectures: x86_64;arm64 sdk: iphonesimulator - package: FNA3D-SDL3-ios-simulator + architectures: x86_64;arm64 - platform: tvOS - architectures: arm64 sdk: appletvos - package: FNA3D-SDL3-tvos + architectures: arm64 - platform: tvOS - architectures: x86_64;arm64 sdk: appletvsimulator - package: FNA3D-SDL3-tvos-simulator + architectures: x86_64;arm64 steps: - uses: actions/checkout@v4 with: @@ -401,5 +397,5 @@ jobs: - name: Archive build result uses: actions/upload-artifact@v4 with: - name: ${{ matrix.package }} + name: FNA3D-SDL3-${{ matrix.sdk }} path: release/*.a