File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Create Release
22
3- # Create XCFramework when a version is tagged
3+ # Create xcframework when a version is tagged
44on :
55 create :
66 tags :
77
88jobs :
99 create_release :
1010 name : Create Release
11- runs-on : macos-latest
11+ runs-on : macos-14
1212 steps :
1313 - uses : maxim-lobanov/setup-xcode@v1
1414 with :
1515 xcode-version : latest-stable
16-
1716 - uses : actions/checkout@v2
1817
19- - name : Setup Swift 5.9
20- uses : swift-actions/setup-swift@v2
21- with :
22- swift-version : ' 5.9'
23-
24- - run : bash ${GITHUB_WORKSPACE}/build_xcframework.sh
18+ - run : ${GITHUB_WORKSPACE}/build_xcframework.sh
2519
2620 - name : Create Release
2721 id : create_release
Original file line number Diff line number Diff line change @@ -10,3 +10,4 @@ Benchmark/.swiftpm
1010Resources /deprecated /MotionLogo-Dark.mov
1111Resources /deprecated /MotionLogo-Light.mov
1212build
13+ Motion.zip
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ git clone https://github.com/giginet/Scipio.git build/scipio
1111
1212pushd build/scipio
1313
14- swift run -c release scipio create ../../ --enable-library-evolution --support-simulators --only-use-versions-from-resolved-file --output ../output
14+ swift run -c release scipio create ../../ --enable-library-evolution --support-simulators --only-use-versions-from-resolved-file --output ../output --verbose
1515
1616zip -r ../../Motion.zip ../output/Motion.xcframework
1717
You can’t perform that action at this time.
0 commit comments