Skip to content

Commit

Permalink
add draft status for internal track
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Aug 6, 2024
1 parent 23679a3 commit cf6a350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/flutter_android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,20 @@ jobs:
packageName: ch.sbb.das.client.dev
releaseFiles: das_client/build/app/outputs/bundle/devRelease/app-dev-release.aab
track: internal
status: draft
- name: Upload INTE App
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
packageName: ch.sbb.das.client.inte
releaseFiles: das_client/build/app/outputs/bundle/inteRelease/app-inte-release.aab
track: internal
status: draft
- name: Upload PROD App
uses: r0adkll/[email protected]
with:
serviceAccountJsonPlainText: ${{ secrets.ANDROID_SERVICE_ACCOUNT_JSON }}
packageName: ch.sbb.das.client
releaseFiles: das_client/build/app/outputs/bundle/prodRelease/app-prod-release.aab
track: internal
track: internal
status: draft
1 change: 0 additions & 1 deletion das_client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

0 comments on commit cf6a350

Please sign in to comment.