Skip to content

Commit 6ddb91d

Browse files
author
Jia Jia
committed
feat(gh): add support for android release
1 parent 4e53586 commit 6ddb91d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
profile: minimal
2222
toolchain: stable
2323
override: true
24+
- uses: actions/setup-java@v3
25+
with:
26+
java-version: '17'
27+
distribution: 'temurin'
2428
- uses: android-actions/setup-android@v3
2529
with:
2630
cmdline-tools-version: 12266719
@@ -99,7 +103,7 @@ jobs:
99103
asset_paths: '["${{ env.TARGET_NAME }}-darwin-x86_64.zip", "${{ env.TARGET_NAME }}-darwin-x86_64.zip.sha256", "${{ env.TARGET_NAME }}-darwin-aarch64.zip", "${{ env.TARGET_NAME }}-darwin-aarch64.zip.sha256"]'
100104
crates:
101105
runs-on: ubuntu-latest
102-
needs: [linux-windows, macos]
106+
needs: [android, linux-windows, macos]
103107
steps:
104108
- uses: actions/checkout@v3
105109
- uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)