Skip to content

Commit

Permalink
Fix XCFramework names
Browse files Browse the repository at this point in the history
  • Loading branch information
calda committed Aug 23, 2023
1 parent 0394445 commit 9e03ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# will be able to use these XCFrameworks and the lottie-spm package.
xcode: '13.4.1' # Swift 5.6.1
- name: Build XCFramework
run: SKIP_VISION_OS=true bundle exec rake build:xcframework[Lottie-Xcode-13.2.1]
run: SKIP_VISION_OS=true bundle exec rake build:xcframework[Lottie-Xcode-${{ matrix.xcode }}]
- name: Upload XCFramework
uses: actions/upload-artifact@v2
with:
Expand All @@ -133,7 +133,7 @@ jobs:
with:
xcode: '15.0' # Swift 5.9, first version that includes visionOS SDK.
- name: Build XCFramework
run: bundle exec rake build:xcframework[Lottie-Xcode-15.0]
run: bundle exec rake build:xcframework[Lottie-${{ matrix.xcode }}]
- name: Upload XCFramework
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9e03ae1

Please sign in to comment.