Skip to content

Commit

Permalink
ci: upload artifact before google play
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmo314 committed Apr 14, 2022
1 parent 1c844e6 commit 6cb4a46
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ jobs:
- run: echo "${{ github.event.release.body }}" > whatsnew/whatsnew-en-US
if: github.event_name == 'release'

- uses: actions/upload-artifact@v2
with:
name: app-release.aab
path: build/app/outputs/bundle/release/app-release.aab

- uses: r0adkll/upload-google-play@v1.0.15
with:
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_PLAY_SERVICE_ACCOUNT_JSON }}
Expand All @@ -84,8 +89,3 @@ jobs:
whatsNewDirectory: whatsnew
track: ${{ github.event_name == 'release' && 'production' || 'alpha' }}
mappingFile: build/app/outputs/mapping/release/mapping.txt

- uses: actions/upload-artifact@v2
with:
name: app-release.aab
path: build/app/outputs/bundle/release/app-release.aab

0 comments on commit 6cb4a46

Please sign in to comment.