File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Output path of ipa. Default `"output.ipa"`.
6868Targets to be updated with mobileprovision, code signing identity, etc. Split on new lines. Default ` "" ` . (default to all targets)
6969
7070``` yaml
71- - uses : sparkfabrik/ios-build-action@v1.1 .0
71+ - uses : sparkfabrik/ios-build-action@v1.2 .0
7272 with :
7373 update-targets : |
7474 MyApp
@@ -111,7 +111,7 @@ Remember to run `yarn install` and `yarn bundle` if you make changes to the `ind
111111# ## single p12
112112
113113` ` ` yaml
114- - uses: sparkfabrik/ios-build-action@v1.0 .0
114+ - uses: sparkfabrik/ios-build-action@v1.2 .0
115115 with:
116116 project-path: App.xcodeproj
117117 p12-base64: ${{ secrets.P12_BASE64 }}
@@ -124,7 +124,7 @@ Remember to run `yarn install` and `yarn bundle` if you make changes to the `ind
124124# ## key and cert
125125
126126` ` ` yaml
127- - uses: sparkfabrik/ios-build-action@v1.0 .0
127+ - uses: sparkfabrik/ios-build-action@v1.2 .0
128128 with:
129129 project-path: App.xcodeproj
130130 p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}
You can’t perform that action at this time.
0 commit comments