diff --git a/README.md b/README.md index 40f913e..1f98ebd 100644 --- a/README.md +++ b/README.md @@ -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 }} @@ -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 @@ -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 }} @@ -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 }}