Skip to content

Commit

Permalink
Add androidVersionCode output docs (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKahr authored Nov 22, 2022
1 parent 35b36aa commit 669a5ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/03-github/04-builder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,16 @@ Returns the version that was generated by Builder, following the strategy config
- run: echo 'Project Version: ${{ steps.myBuildStep.outputs.buildVersion }}'
```

#### androidVersionCode

Returns the version code that was generated by Builder for Android builds.

```yaml
- uses: game-ci/unity-builder@v2
id: myBuildStep
- run: echo 'Android Version Code: ${{ steps.myBuildStep.outputs.androidVersionCode }}'
```

## Private Github repositories

If you use private git repository in your packages/manifest.json, you need to create SSH pub/private
Expand Down

1 comment on commit 669a5ba

@vercel
Copy link

@vercel vercel bot commented on 669a5ba Nov 22, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.