mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(ci): release status condition in workflow (#2862)
This commit is contained in:
parent
1fc52466b0
commit
41cfc316f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue