Commit 3e03ce0 1 parent 0f38f62 commit 3e03ce0 Copy full SHA for 3e03ce0
File tree 2 files changed +4
-6
lines changed
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Build workflow
2
2
on :
3
3
pull_request :
4
4
push :
5
- branches : [ "main" ]
5
+ branches : [ "main", "fix/ci" ]
6
6
7
7
jobs :
8
8
build :
16
16
with :
17
17
xcode-version : latest-stable
18
18
- name : Build
19
- env :
20
- scheme : ${{ 'default' }}
21
- platform : ${{ 'iOS Simulator' }}
22
19
run : |
23
- bundle install -j 4
24
- bundle exec fastlane build_unsign_ipa
20
+ fastlane build_unsign_ipa
25
21
26
22
# - name: List, filter and delete artifacts
27
23
# if: github.ref == 'refs/heads/main' && github.event_name == 'push'
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ platform :tvos do
13
13
lane :build_unsign_ipa do
14
14
sh "cd .. && rm -rf Payload *.xcarchive *.ipa *.zip"
15
15
build_app (
16
+ destination : "generic/platform=tvOS" ,
17
+ configuration : "Release" ,
16
18
codesigning_identity :"" ,
17
19
skip_codesigning : true ,
18
20
skip_package_ipa : true ,
You can’t perform that action at this time.
0 commit comments