We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84914ce commit 8a05998Copy full SHA for 8a05998
1 file changed
.github/workflows/ci.yml
@@ -30,9 +30,10 @@ jobs:
30
env:
31
fileName: ./keystore.jks
32
encodedString: ${{ secrets.KEYSTORE }}
33
+ sha: ${{ secrets.KEYSTORE_SHA }}
34
run: |
35
echo "$encodedString" | base64 -d > $fileName
- echo "6cab9fa86689a9969097a662891fe8a1d8752ac430c18750cfa4d230744ac4a7 $fileName" > sha256.txt
36
+ echo "$sha $fileName" > sha256.txt
37
sha256sum -c sha256.txt
38
39
- name: Build with Maven
0 commit comments