Skip to content

Commit

Permalink
Cherry pick PR #607: Add Android release artifacts on release (#608)
Browse files Browse the repository at this point in the history
Add Android release artifacts on release (#607)

Uploads Android APK bundle to releases.

b/318577880
b/290121545

(cherry picked from commit 9c8505b)

Co-authored-by: Kaido Kert <[email protected]>
  • Loading branch information
cobalt-github-releaser-bot and kaidokert committed Apr 13, 2024
1 parent 73350bc commit 57ff207
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/android_24.lts.1+.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,11 @@ jobs:
retention-days: 90
compression-level: 0 # We expect kept artifacts to be already compressed
if-no-files-found: error
- name: Upload the APKs to a release
if: ${{ github.event_name == 'release' }}
uses: skx/github-action-publish-binaries@b9ca5643b2f1d7371a6cba7f35333f1461bbc703 # release-2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: |
.

0 comments on commit 57ff207

Please sign in to comment.