We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f331993 commit 06ce55dCopy full SHA for 06ce55d
.github/workflows/android.yml
@@ -14,14 +14,17 @@ jobs:
14
- name: Build Android
15
uses: ./.github/actions/android
16
with:
17
- sign-publication: '0'
+ sign-publication: '1'
18
19
test_release:
20
needs: [build]
21
runs-on: ubuntu-latest
22
- name: Building Android
+ name: Releasing Android for test
23
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
24
steps:
25
+ - uses: actions/download-artifact@v4
26
+ name: android-library
27
+
28
- name: Publish to Maven Central
29
run: |
30
curl --request POST \
0 commit comments