Skip to content

Commit 8112fe7

Browse files
authored
Merge pull request #104 from yukiarrr/fix-version-v1.9.1
Fix version v1.9.1
2 parents c5a12d5 + 7c1178a commit 8112fe7

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.9.0
46+
- uses: yukiarrr/ios-build-action@v1.9.1
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.9.0
62+
- uses: yukiarrr/ios-build-action@v1.9.1
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.9.0
110+
- uses: yukiarrr/ios-build-action@v1.9.1
111111
with:
112112
update-targets: |
113113
MyApp
@@ -187,7 +187,7 @@ Welcome your contributions!
187187
### single p12
188188

189189
```yaml
190-
- uses: yukiarrr/ios-build-action@v1.9.0
190+
- uses: yukiarrr/ios-build-action@v1.9.1
191191
with:
192192
project-path: Unity-iPhone.xcodeproj
193193
p12-base64: ${{ secrets.P12_BASE64 }}
@@ -200,7 +200,7 @@ Welcome your contributions!
200200
### key and cert
201201

202202
```yaml
203-
- uses: yukiarrr/ios-build-action@v1.9.0
203+
- uses: yukiarrr/ios-build-action@v1.9.1
204204
with:
205205
project-path: Unity-iPhone.xcodeproj
206206
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}

0 commit comments

Comments
 (0)