From 8a877c9bd26fedb7591bc282f940ece19e2d4d97 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Tue, 14 Jan 2020 16:02:12 +0100 Subject: [PATCH] Update gradle.yml --- .github/workflows/gradle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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