Skip to content

Commit 8993e02

Browse files
committed
fixing typo
1 parent 6f35ecf commit 8993e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
echo "signing.secretKeyRingFile=/home/circleci/.gnupg/secring.gpg" >> gradle.properties
7171
- run:
7272
name: Deploy artifacts
73-
command: ./gradlew uploadArchieves
73+
command: ./gradlew uploadArchives
7474

7575
workflows:
7676
version: 2

0 commit comments

Comments
 (0)