Skip to content

Commit

Permalink
Merge pull request #24 from yukiarrr/fix-version-v1.2.0
Browse files Browse the repository at this point in the history
Fix version v1.2.0
  • Loading branch information
yukiarrr authored Sep 28, 2020
2 parents ba74813 + d6099a7 commit ef9dd77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Welcome your contributions!
### single p12

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

0 comments on commit ef9dd77

Please sign in to comment.