File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 64
64
name : artifacts.tar
65
65
path : artifacts.tar
66
66
retention-days : 30
67
+
68
+ - name : AppStore Upload
69
+ if : ${{ github.event.inputs.build_type == 'release' }}
70
+ env :
71
+ FASTLANE_USER : ${{ vars.TABRIS_IOS_FASTLANE_USER }}
72
+ FASTLANE_APP_SPECIFIC_PASSWORD : ${{ secrets.TABRIS_IOS_FASTLANE_APP_SPECIFIC_PASSWORD }}
73
+ run : |
74
+ xcrun altool --upload-app --type ios \
75
+ --file "$(find ./artifacts/ -iname "*.ipa")" \
76
+ --username $FASTLANE_USER \
77
+ --password '@env:FASTLANE_APP_SPECIFIC_PASSWORD'
Original file line number Diff line number Diff line change 1
1
<?xml version =' 1.0' encoding =' utf-8' ?>
2
2
<widget
3
3
id =" com.eclipsesource.tabris.remote"
4
- version =" 3.17.0 "
4
+ version =" 3.17.1 "
5
5
xmlns : android =" http://schemas.android.com/apk/res/android"
6
6
android-versionCode =" $BUILD_NUMBER"
7
7
ios-CFBundleVersion =" $BUILD_NUMBER" >
You can’t perform that action at this time.
0 commit comments