Skip to content

Commit 06ce55d

Browse files
committed
Download asset before attempting publish
1 parent f331993 commit 06ce55d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,17 @@ jobs:
1414
- name: Build Android
1515
uses: ./.github/actions/android
1616
with:
17-
sign-publication: '0'
17+
sign-publication: '1'
1818

1919
test_release:
2020
needs: [build]
2121
runs-on: ubuntu-latest
22-
name: Building Android
22+
name: Releasing Android for test
2323
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
2424
steps:
25+
- uses: actions/download-artifact@v4
26+
name: android-library
27+
2528
- name: Publish to Maven Central
2629
run: |
2730
curl --request POST \

0 commit comments

Comments
 (0)