Skip to content

Commit

Permalink
chore(ci): enable android pipeline again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdk-21 committed Feb 29, 2024
1 parent c46310c commit 8b6025e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -560,20 +560,21 @@ jobs:
uses: actions/download-artifact@v2
with:
name: jellyflix-appbundle
- name: Release app to internal testing track
- name: Release app to open testing track
if: ${{ github.ref == 'refs/heads/preview' }}
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
packageName: ${{ secrets.ANDROID_PACKAGE_NAME }}
releaseFiles: app-release.aab
track: internal
# - name: Release app to open testing track
# if: ${{ github.ref == 'refs/heads/main' }}
# uses: r0adkll/upload-google-play@v1
# with:
# serviceAccountJsonPlainText: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
# packageName: ${{ secrets.ANDROID_PACKAGE_NAME }}
# releaseFiles: app-release.aab
# track: beta
# status: draft
track: beta
status: draft
- name: Release app to production track
if: ${{ github.ref == 'refs/heads/main' }}
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_SERVICE_ACCOUNT_KEY }}
packageName: ${{ secrets.ANDROID_PACKAGE_NAME }}
releaseFiles: app-release.aab
track: production
status: draft
Binary file modified assets/appstore/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8b6025e

Please sign in to comment.