File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 39
39
- name : Setup Go
40
40
uses : actions/setup-go@v5
41
41
with :
42
- go-version : ' ^1.22.4 '
42
+ go-version-file : ' go.mod '
43
43
44
44
- name : Install latest protoc-gen-go
45
45
run : go install github.com/golang/protobuf/protoc-gen-go@latest
Original file line number Diff line number Diff line change @@ -117,6 +117,14 @@ jobs:
117
117
with :
118
118
name : android-aab-build
119
119
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
+
120
128
- name : Grant private modules access
121
129
run :
git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:[email protected] /".insteadOf "https://github.com/"
122
130
You can’t perform that action at this time.
0 commit comments