Skip to content

Commit 06d9891

Browse files
committed
Use correct task
1 parent 19d6234 commit 06d9891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/android/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
if: ${{ inputs.sign-publication == '1' }}
4040
run: |
4141
cd android
42-
./gradlew build publishAllPublicationsToHereRepository -PgpgKey=${{ inputs.gpg-key }} -PgpgPassword=${{ inputs.gpg-password }}
42+
./gradlew build zipPublication -PgpgKey=${{ inputs.gpg-key }} -PgpgPassword=${{ inputs.gpg-password }}
4343
ls -lh build/outputs/aar
4444
find build/repository
4545
@@ -48,7 +48,7 @@ runs:
4848
if: ${{ inputs.sign-publication == '0' }}
4949
run: |
5050
cd android
51-
./gradlew build publishAllPublicationsToHereRepository -PsignPublication=0
51+
./gradlew build zipPublication -PsignPublication=0
5252
ls -lh build/outputs/aar
5353
find build/repository
5454

0 commit comments

Comments
 (0)