We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bca27d2 + 65d929c commit bc4f9adCopy full SHA for bc4f9ad
1 file changed
.github/workflows/release.yml
@@ -15,5 +15,9 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: cli/gh-extension-precompile@561b19deda1228a0edf856c3325df87416f8c9bd # v2.0.0
17
with:
18
+ release_android: true
19
+ # For more information see: https://developer.android.com/tools/releases/platforms
20
+ # At the time of writing, 35 had just come out of beta and 34 seems to be the most stable.
21
+ android_sdk_version: 34
22
generate_attestations: true
23
go_version_file: go.mod
0 commit comments