Skip to content

Commit 7feaec0

Browse files
committed
Android 7.9.8 release
1 parent 8cfd746 commit 7feaec0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/build-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Go
4040
uses: actions/setup-go@v5
4141
with:
42-
go-version: '^1.22.4'
42+
go-version-file: 'go.mod'
4343

4444
- name: Install latest protoc-gen-go
4545
run: go install github.com/golang/protobuf/protoc-gen-go@latest

.github/workflows/release.yml

+8
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,14 @@ jobs:
117117
with:
118118
name: android-aab-build
119119

120+
- name: Upload Android App bundle to Play Store (production)
121+
uses: r0adkll/upload-google-play@v1
122+
with:
123+
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
124+
packageName: org.getlantern.lantern
125+
releaseFiles: lantern-installer.aab
126+
track: production
127+
120128
- name: Grant private modules access
121129
run: git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"
122130

0 commit comments

Comments
 (0)