-
Notifications
You must be signed in to change notification settings - Fork 1
35 lines (26 loc) · 953 Bytes
/
deploy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Deploy to Play Store
on: workflow_call
jobs:
Deploy:
name: Deploy to Play Store
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '19'
- name: Download Release archive
uses: actions/download-artifact@v4
with:
name: archive
path: app/build/outputs
- name: Upload Android Release to Play Store - Internal track
uses: r0adkll/[email protected]
with:
track: internal
serviceAccountJsonPlainText: ${{ secrets.GOOGLE_SERVICE_ACCOUNT }}
packageName: studio.forface.shuttle
releaseFiles: app/build/outputs/bundle/release/*.aab
# mappingFile: app/build/outputs/mapping/release/mapping.txt # minify disabled