Skip to content

Commit

Permalink
Merge pull request #53 from yukiarrr/fix-version-v1.3.3
Browse files Browse the repository at this point in the history
Fix version v1.3.3
  • Loading branch information
yukiarrr authored Feb 24, 2021
2 parents a776f30 + c2d4536 commit a2171b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ You can add a single p12 key+cert file with `p12-base64`, or if you have key and
**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.

```yaml
- uses: yukiarrr/ios-build-action@v1.3.2
- uses: yukiarrr/ios-build-action@v1.3.3
with:
mobileprovision-base64: |
${{ secrets.MY_MOBILEPROVISION_BASE64 }}
Expand Down Expand Up @@ -81,7 +81,7 @@ Output path of ipa. Default `"output.ipa"`.
Targets to be updated with mobileprovision, code signing identity, etc. Split on new lines. Default `""`. (default to all targets)

```yaml
- uses: yukiarrr/ios-build-action@v1.3.2
- uses: yukiarrr/ios-build-action@v1.3.3
with:
update-targets: |
MyApp
Expand Down Expand Up @@ -109,7 +109,7 @@ Welcome your contributions!
### single p12

```yaml
- uses: yukiarrr/ios-build-action@v1.3.2
- uses: yukiarrr/ios-build-action@v1.3.3
with:
project-path: Unity-iPhone.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand All @@ -122,7 +122,7 @@ Welcome your contributions!
### key and cert

```yaml
- uses: yukiarrr/ios-build-action@v1.3.2
- uses: yukiarrr/ios-build-action@v1.3.3
with:
project-path: Unity-iPhone.xcodeproj
p12-key-base64: ${{ secrets.P12_KEY_BASE64 }}
Expand Down

0 comments on commit a2171b1

Please sign in to comment.