Skip to content

Commit

Permalink
Fix version v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukiarrr committed Sep 19, 2020
1 parent 0f453fa commit d6099a7
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 d6099a7

Please sign in to comment.