and more debugging
This commit is contained in:
10
.github/workflows/release-net.yml
vendored
10
.github/workflows/release-net.yml
vendored
@@ -26,13 +26,23 @@ jobs:
|
|||||||
KeyStore: ${{ github.workspace }}/kp2a_net.keystore
|
KeyStore: ${{ github.workspace }}/kp2a_net.keystore
|
||||||
MyAndroidSigningStorePass: ${{ secrets.KEY_STORE_PASSWORD }}
|
MyAndroidSigningStorePass: ${{ secrets.KEY_STORE_PASSWORD }}
|
||||||
MyAndroidSigningKeyPass: ${{ secrets.KEY_PASSWORD }}
|
MyAndroidSigningKeyPass: ${{ secrets.KEY_PASSWORD }}
|
||||||
|
MyTestEnv: abcd
|
||||||
run: |
|
run: |
|
||||||
echo $KeyStore
|
echo $KeyStore
|
||||||
|
echo ${{ github.workspace }}/kp2a_net.keystore
|
||||||
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
|
echo $KEYSTORE_BASE64 | base64 --decode > ${{ github.workspace }}/kp2a_net.keystore
|
||||||
|
echo "passes: "
|
||||||
echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5
|
echo $MyAndroidSigningStorePass | sha1sum | cut -c 1-5
|
||||||
echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5
|
echo $MyAndroidSigningKeyPass | sha1sum | cut -c 1-5
|
||||||
|
echo "Test env"
|
||||||
|
echo $MyTestEnv
|
||||||
|
echo $MyTestEnv | sha1sum | cut -c 1-5
|
||||||
|
echo "Key store checksum: "
|
||||||
|
cat ${{ github.workspace }}/kp2a_net.keystore | sha1sum | cut -c 1-5
|
||||||
cat $KeyStore | 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