debug signing
This commit is contained in:
4
.github/workflows/release-net.yml
vendored
4
.github/workflows/release-net.yml
vendored
@@ -25,7 +25,9 @@ jobs:
|
|||||||
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
|
KEYSTORE_BASE64: ${{ secrets.KEYSTORE_BASE64 }}
|
||||||
run: |
|
run: |
|
||||||
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
|
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
|
||||||
|
echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5
|
||||||
|
echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5
|
||||||
|
cat $KeyStore | sha1sum | cut -c 1-5
|
||||||
|
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/actions/setup-gradle@v3
|
uses: gradle/actions/setup-gradle@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user