Skip to content

Commit 3b80eed

Browse files
authored
Merge pull request #94 from yukiarrr/fix-version-v1.6.0
Fix version v1.6.0
2 parents ef54687 + 8cfb631 commit 3b80eed

File tree

2 files changed

+3788
-6
lines changed

2 files changed

+3788
-6
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.5.0
46+
- uses: yukiarrr/ios-build-action@v1.6.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.5.0
62+
- uses: yukiarrr/ios-build-action@v1.6.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.5.0
110+
- uses: yukiarrr/ios-build-action@v1.6.0
111111
with:
112112
update-targets: |
113113
MyApp
@@ -151,7 +151,7 @@ Welcome your contributions!
151151
### single p12
152152

153153
```yaml
154-
- uses: yukiarrr/ios-build-action@v1.5.0
154+
- uses: yukiarrr/ios-build-action@v1.6.0
155155
with:
156156
project-path: Unity-iPhone.xcodeproj
157157
p12-base64: ${{ secrets.P12_BASE64 }}
@@ -164,7 +164,7 @@ Welcome your contributions!
164164
### key and cert
165165

166166
```yaml
167-
- uses: yukiarrr/ios-build-action@v1.5.0
167+
- uses: yukiarrr/ios-build-action@v1.6.0
168168
with:
169169
project-path: Unity-iPhone.xcodeproj
170170
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}

0 commit comments

Comments
 (0)