Skip to content

RageAgainstThePixel/upload-meta-quest-build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upload-meta-quest-build

A GitHub action for uploading a Meta Quest app to the Meta Quest store.

How to use

steps:
  - uses: RageAgainstThePixel/[email protected]

  - uses: RageAgainstThePixel/[email protected]
    with:
      appId: ${{ secrets.APP_ID }}
      appSecret: ${{ secrets.APP_SECRET }}
      apkPath: 'path/to/apk'

All Parameters

Oculus Platform Utility docs

Name Description Default Required
appId Your App ID from the meta store "" Yes
appSecret Your App secret from the meta store "" Must provide appSecret or token
token The App ID from the meta store "" Must provide appSecret or token
apkPath Path to the APK to upload "" Yes
obbPath Path to an obb file to upload "" No
assetsDir DLC Content to upload "" No
releaseChannel Which release channel to upload the apk to "ALPHA" No
releaseNotes Release notes to upload "" No
assetFilesConfig DLC Config "" No
languagePacksDir Additional languages "" No
debugSymbolsDir Path to the folder that contains the debug symbol file(s) "" No
debugSymbolsPattern Specifies a file pattern that matches the filesnames of all debug symbol files "" No