Skip to content

Commit

Permalink
Merge pull request #5 from yukiarrr/fix-version-v0.6.0
Browse files Browse the repository at this point in the history
Fix version v0.6.0
  • Loading branch information
yukiarrr authored Aug 5, 2020
2 parents 6af2d01 + 08dace8 commit 453f5cd
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,18 @@ Output path of default execute-method. Default `Output`.

Build command args.

## Contributions Welcome!

If you have any other inputs you'd like to add, feel free to create PR.

Welcome your contributions!

## Example usage

### Unity Build

```yaml
- uses: yukiarrr/unity-build-action@v0.5.0
- uses: yukiarrr/unity-build-action@v0.6.0
with:
unity-version: 2018.4.12f1
unity-username: ${{ secrets.UNITY_USERNAME }}
Expand All @@ -59,14 +65,14 @@ Build command args.
### And export ipa
```yaml
- uses: yukiarrr/unity-build-action@v0.5.0
- uses: yukiarrr/unity-build-action@v0.6.0
with:
unity-version: 2018.4.12f1
unity-username: ${{ secrets.UNITY_USERNAME }}
unity-password: ${{ secrets.UNITY_PASSWORD }}
unity-serial: ${{ secrets.UNITY_SERIAL }}
build-target: iOS
- uses: yukiarrr/ios-build-action@v0.5.0
- uses: yukiarrr/ios-build-action@v1.0.0
with:
project-path: Output/Unity-iPhone.xcodeproj
p12-base64: ${{ secrets.P12_BASE64 }}
Expand Down

0 comments on commit 453f5cd

Please sign in to comment.