Skip to content

Commit bd8fa0a

Browse files
authored
Merge pull request #99 from yukiarrr/fix-version-v1.8.0
Fix version v1.8.0
2 parents 6ef6002 + 907b06b commit bd8fa0a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can add a single p12 key+cert file with `p12-base64 (p12-path)`, or if you h
4343
**Required**: Base64 encoded mobileprovision file. If you want to specify multiple files, you need to input in multiple lines and then use [`export-options`](#export-options) to specify the provisioning profile to use for each executable in your app.
4444

4545
```yaml
46-
- uses: yukiarrr/ios-build-action@v1.7.0
46+
- uses: yukiarrr/ios-build-action@v1.8.0
4747
with:
4848
mobileprovision-base64: |
4949
${{ secrets.MY_MOBILEPROVISION_BASE64 }}
@@ -59,7 +59,7 @@ Also note, when creating base64 encoded inputs, make sure they don't contain new
5959
**Required**: mobileprovision path. If you want to specify multiple files, you need to input in multiple lines and then use [`export-options`](#export-options) to specify the provisioning profile to use for each executable in your app.
6060

6161
```yaml
62-
- uses: yukiarrr/ios-build-action@v1.7.0
62+
- uses: yukiarrr/ios-build-action@v1.8.0
6363
with:
6464
mobileprovision-path: |
6565
ios-build-1.mobileprovision
@@ -107,7 +107,7 @@ Output path of ipa. Default `"output.ipa"`.
107107
Targets to be updated with mobileprovision, code signing identity, etc. Split on new lines. Default `""`. (default to all targets)
108108

109109
```yaml
110-
- uses: yukiarrr/ios-build-action@v1.7.0
110+
- uses: yukiarrr/ios-build-action@v1.8.0
111111
with:
112112
update-targets: |
113113
MyApp
@@ -183,7 +183,7 @@ Welcome your contributions!
183183
### single p12
184184

185185
```yaml
186-
- uses: yukiarrr/ios-build-action@v1.7.0
186+
- uses: yukiarrr/ios-build-action@v1.8.0
187187
with:
188188
project-path: Unity-iPhone.xcodeproj
189189
p12-base64: ${{ secrets.P12_BASE64 }}
@@ -196,7 +196,7 @@ Welcome your contributions!
196196
### key and cert
197197

198198
```yaml
199-
- uses: yukiarrr/ios-build-action@v1.7.0
199+
- uses: yukiarrr/ios-build-action@v1.8.0
200200
with:
201201
project-path: Unity-iPhone.xcodeproj
202202
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}

0 commit comments

Comments
 (0)