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 19d6234 commit 06d9891Copy full SHA for 06d9891
.github/actions/android/action.yml
@@ -39,7 +39,7 @@ runs:
39
if: ${{ inputs.sign-publication == '1' }}
40
run: |
41
cd android
42
- ./gradlew build publishAllPublicationsToHereRepository -PgpgKey=${{ inputs.gpg-key }} -PgpgPassword=${{ inputs.gpg-password }}
+ ./gradlew build zipPublication -PgpgKey=${{ inputs.gpg-key }} -PgpgPassword=${{ inputs.gpg-password }}
43
ls -lh build/outputs/aar
44
find build/repository
45
@@ -48,7 +48,7 @@ runs:
48
if: ${{ inputs.sign-publication == '0' }}
49
50
51
- ./gradlew build publishAllPublicationsToHereRepository -PsignPublication=0
+ ./gradlew build zipPublication -PsignPublication=0
52
53
54
0 commit comments