mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
fix: Use internal track
This commit is contained in:
parent
a179994a1f
commit
b9e817d582
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -682,7 +682,7 @@ jobs:
|
|||
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
|
||||
packageName: "nl.jknaapen.fladder"
|
||||
releaseFiles: "fladder-android/${{ needs.build-android.outputs.artifact_suffix }}.aab"
|
||||
track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'qa' || 'production' }}
|
||||
track: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'internal' || 'production' }}
|
||||
status: ${{ needs.fetch-info.outputs.build_type == 'nightly' && 'completed' || 'draft' }}
|
||||
|
||||
release_web:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue