Skip to content

Commit

Permalink
Android 7.9.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Oct 23, 2024
1 parent 8cfd746 commit 7feaec0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '^1.22.4'
go-version-file: 'go.mod'

- name: Install latest protoc-gen-go
run: go install github.com/golang/protobuf/protoc-gen-go@latest
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@ jobs:
with:
name: android-aab-build

- name: Upload Android App bundle to Play Store (production)
uses: r0adkll/upload-google-play@v1
with:
serviceAccountJsonPlainText: ${{ secrets.SERVICE_ACCOUNT_JSON }}
packageName: org.getlantern.lantern
releaseFiles: lantern-installer.aab
track: production

- name: Grant private modules access
run: git config --global url."https://${{ secrets.CI_PRIVATE_REPOS_GH_TOKEN }}:[email protected]/".insteadOf "https://github.com/"

Expand Down

0 comments on commit 7feaec0

Please sign in to comment.