Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rageagainstthepixel/setup-ovr-platform-util
A GitHub Action to setup the ovr platform utility tool command alias
https://github.com/rageagainstthepixel/setup-ovr-platform-util
app applab github-actions meta meta-quest ovr ovr-platform ovr-platform-util platform quest tool-cache tools util
Last synced: about 1 month ago
JSON representation
A GitHub Action to setup the ovr platform utility tool command alias
- Host: GitHub
- URL: https://github.com/rageagainstthepixel/setup-ovr-platform-util
- Owner: RageAgainstThePixel
- License: mit
- Created: 2022-12-10T18:25:46.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T11:30:04.000Z (about 2 months ago)
- Last Synced: 2024-10-01T05:42:18.726Z (about 1 month ago)
- Topics: app, applab, github-actions, meta, meta-quest, ovr, ovr-platform, ovr-platform-util, platform, quest, tool-cache, tools, util
- Language: TypeScript
- Homepage: https://developer.oculus.com/resources/publish-reference-platform-command-line-utility/
- Size: 451 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# setup-ovr-platform-utility
A GitHub Action to setup the [`ovr-platform-utility`](https://developer.oculus.com/resources/publish-reference-platform-command-line-utility) tool command alias.
## How to use
```yaml
jobs:
validate:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
# download and setup ovr platform util
- uses: RageAgainstThePixel/setup-ovr-platform-util@v1
# run commands
- run: 'ovr-platform-util version'
```### inputs
| Name | Description | Required |
| ---- | ----------- | -------- |
| `self-update` | Automatically update the ovr-platform-util tool. | Defaults to `true`. |## Related actions
- [upload-meta-quest-build](https://github.com/RageAgainstThePixel/upload-meta-quest-build)