Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
M. P. Halpin authored and M. P. Halpin committed Oct 26, 2024
1 parent 70a8430 commit 0c091df
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

0 comments on commit 0c091df

Please sign in to comment.