File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,10 @@ jobs:
1717
1818 - name : Setup GPG key information
1919 run : |
20- echo -n "signing.keyId=ABC48776" >> gradle.properties
21- echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> gradle.properties
22- echo -n "signing.secretKeyRingFile=../maven.keystore" >> gradle.properties
20+ echo -n "signing.keyId=ABC48776" >> ~/.gradle/ gradle.properties
21+ echo -n "signing.password=${GPG_SIGNING_KEY_PW}" >> ~/.gradle/ gradle.properties
22+ echo -n "signing.secretKeyRingFile=../maven.keystore" >> ~/.gradle/ gradle.properties
2323 echo -n "$GPG_SIGNING_KEY_B64" | base64 --decode > ../maven.keystore
24- cat ../maven.keystore
2524 env :
2625 GPG_SIGNING_KEY_B64 : ${{ secrets.GPG_PRIVATE_KEY_B64 }}
2726 GPG_SIGNING_KEY_PW : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments