We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b0d79 commit c9512dfCopy full SHA for c9512df
.github/workflows/android-play-store.yml
@@ -38,6 +38,9 @@ jobs:
38
${{ runner.OS }}-saber-
39
40
- name: Setup keystore
41
+ env:
42
+ SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
43
+ if: ${{ env.SIGNING_KEY != '' }}
44
run: |
45
echo "${{ secrets.SIGNING_KEY }}" | base64 -d > android/android.keystore
46
echo "storePassword=${{ secrets.KEY_STORE_PASSWORD }}" > android/key.properties
.github/workflows/android.yml
@@ -44,6 +44,9 @@ jobs:
47
48
49
50
51
52
0 commit comments