File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1818
1919 - name : Install Fastlane
2020 run : gem install fastlane
21+ shell : bash
2122
2223 - name : Setup Node
2324 uses : actions/setup-node@v3
2627
2728 - name : Build Android Library with Fastlane
2829 run : cd android && fastlane android build_mendix_native
30+ shell : bash
2931
3032 - name : Copy Android Library to Shared Directory
3133 run : mkdir -p ${{ github.workspace }}/shared/libs/android && cp ./artifacts/aar/mendixnative-release.aar ${{ github.workspace }}/shared/libs/android/mendixnative-release.aar
Original file line number Diff line number Diff line change 77 steps :
88 - name : Install Fastlane
99 run : gem install fastlane
10+ shell : bash
1011
1112 - name : Setup Node
1213 uses : actions/setup-node@v3
1516
1617 - name : Build iOS Library with Fastlane
1718 run : cd ios && fastlane ios build_mendix_native
19+ shell : bash
1820
1921 - name : Copy iOS Library to Shared Directory
2022 run : mkdir -p ${{ github.workspace }}/shared/libs/ios && cp ./ios/build/mendixnative/mendixnative.xcframework ${{ github.workspace }}/shared/libs/ios/mendixnative.xcframework
You can’t perform that action at this time.
0 commit comments