fix(ci): release status condition in workflow (#2862)

This commit is contained in:
James Rich 2025-08-26 19:37:20 -05:00 committed by GitHub
parent 1fc52466b0
commit 41cfc316f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -280,6 +280,6 @@ jobs:
packageName: com.geeksville.mesh
releaseFiles: ./build-artifacts/google/bundle/app-google-release.aab
track: ${{ steps.get_track.outputs.track }}
status: ${{ steps.get_track.outputs.track == 'internal' && 'complete' || 'draft' }}
status: ${{ steps.get_track.outputs.track == 'internal' && 'completed' || 'draft' }}
whatsNewDirectory: /whatsnew/
mappingFile: ./build-artifacts/google/mapping/mapping.txt