diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 417bf9d4..6b12359f 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -21,5 +21,5 @@ jobs: signingKey: ${{ secrets.SIGNING_KEY }} signingKeyId: ${{ secrets.SIGNING_KEY_ID }} signingPassword: ${{ secrets.SIGNING_PASSWORD }} - run: ./gradlew build -DdeployRepoUrl=$deployRepoUrl -DdeployRepoUsername=$deployRepoUsername -DdeployRepoPassword=$deployRepoPassword -DsigningKey=$signingKey -DsigningKeyId=$signingKeyId -DsigningPassword=$signingPassword + run: ./gradlew build -PdeployRepoUrl=$deployRepoUrl -PdeployRepoUsername=$deployRepoUsername -PdeployRepoPassword=$deployRepoPassword -PsigningKey=$signingKey -PsigningKeyId=$signingKeyId -PsigningPassword=$signingPassword